What is a ContentProvider and what is it typically used for?« Back to Questions List
▲ ▼ |
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. |
Please log in to post questions/answers: