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.
Android platform provides default implementations of content providers for data types like audio, video, images, contact information etc.
No comments:
Post a Comment