17. Leveraging Content Providers

Applications can access data within other applications on the Android system through content provider interfaces and can expose internal application data to other applications by becoming a content provider. Content providers are the way applications can access user information, including contact data, images, audio and video on the device, and much more. In this chapter, we take a look at some of the content providers available on the Android platform and what you can do with them.

Image Warning

Always run content provider code on test devices, not on your personal devices. It is very easy to accidentally wipe out ...

Get Introduction to Android™ Application Development: Android Essentials, Fifth Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.