Wednesday, 23 January 2019

What is a Content Provider

What is a Content Provider?

Answer:


Content Providers are the only way to share data across Androidapplications. They store and retrieve data thus making it accessible to all. Content Providers give a uniform interface to access the data.
Android platform provides default implementations of content providers for data types like audio, video, images, contact information etc.

No comments:

Post a Comment