December 2015
Intermediate to advanced
704 pages
20h 29m
English
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.
Warning
Always run content provider code on test devices, not on your personal devices. It is very easy to accidentally wipe out ...
Read now
Unlock full access