It provides a detailed explanation of how to implement the ContentProvider backed
by a SQLite database.
It covers the following tasks:
- How to implement a ContentProvider
- How to integrate the ContentProvider with a SQLite database
- How to invoke ContentProvider functions via the ContentResolver
The tutorial comes with an App with full source code to take the concepts for a spin!!!
Tutorial Link: http://code.google.com/p/openmobster/wi ... ntProvider
Thanks

