1 message in com.googlegroups.android-beginners[android-beginners] Content Provider
FromSent OnAttachments
Apoorva06 Jul 2008 02:48 
Subject:[android-beginners] Content Provider
From:Apoorva (apoo@gmail.com)
Date:07/06/2008 02:48:34 AM
List:com.googlegroups.android-beginners

I'm unable to insert data from Contacts ContentProvider into a ContentProvider I've created. I couldn't understand how to use ContentValues. All I can do is get data to be added into a cursor but can't add that into the contentprovider I've created. Kindly help me with a sample code or directions.