What is a ContentProvider and what is it typically used for?« Back to Questions List

Posted by admin
Asked on August 26, 2015 5:25 am
0

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.

Posted by admin
Answered On August 26, 2015 5:27 am