Answers

Question and Answer:

  Home  Android Developer

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

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.

 165 views

More Questions for you: