Android Content Providers
Content Providers are one of the four different fundamental application components all Android applications consists of. We use them to give other applications access to the data in our application, oe we can use content providers in other applications to get access to their data.
Lecture material
Recommended reading
The following pages from Android Developers Guide:
The following chapters from the course book The Busy Coder's Guide to Android Development: