Android Developer Question: Download Android Developer PDF

Explain me what is a ContentProvider and what is it typically used for?

Tweet Share WhatsApp

Answer:

A ContentProvider manages access to a structured set of data. It encapsulates the data and provide mechanisms for defining data security. ContentProvider is the standard interface that connects data in one process with code running in another process.

Download Android Developer PDF Read All 56 Android Developer Questions
Previous QuestionNext Question
Do you know the languages supported for Android development?Explain me difference between Service & Intent Service?