Chapter 10. Understanding Content Providers

In this chapter, we are going to take a look at how to provide content within your application. We'll cover how to share that content, and how to access and modify the data that represents that content.

We have gotten significantly more advanced as we have progressed from chapter to chapter, and this chapter is no different. Data access is significantly more complex than event handling and UI design. This is because it involves database design and requesting security permissions for database access. In fact, starting with this chapter, we will need to modify the application's AndroidManifest.xml file, so be warned that we are getting into some fairly complicated concepts and code here.

We'll begin with ...

Get Android Apps for Absolute Beginners 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.