Google Search

What is Content Provider



A content provider manage access to a structure state a data.Content providers are standard inteface that process with the data in one process with the code running in another process.

When we want to Access the data we need to acess an object of content provider class.

The content resolver object communicate with the provider object and instance of a class implements content provider.

The provider object request the data request from the clientvand perform requested action and return the result.