• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps Tutorial: Android Inter-App Content Sharing

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:


  • 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
 
Back
Top Bottom