openmobster
Newbie
This tutorial covers how to use the ContentProvider component to expose your content to other Apps including the parent App.
It provides a detailed explanation of how to implement the ContentProvider backed
by a SQLite database.
It covers the following tasks:
The tutorial comes with an App with full source code to take the concepts for a spin!!!
Tutorial Link: ContentProvider - openmobster - Sharing Content using the ContentProvider - OpenMobster - Open Source Mobile Cloud Platform - Google Project Hosting
Thanks
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: ContentProvider - openmobster - Sharing Content using the ContentProvider - OpenMobster - Open Source Mobile Cloud Platform - Google Project Hosting
Thanks