I want to define some Contact Groups.
I am wondering where and how does Android store the groups. Maybe in a Sqlite database?
If so, will be able to run a insert on it?
Otherwise how do you add new Contacts Group via the emulator?
I want to define some Contact Groups.
I am wondering where and how does Android store the groups. Maybe in a Sqlite database?
If so, will be able to run a insert on it?
Otherwise how do you add new Contacts Group via the emulator?
You definitely can't do an insert directly. You need to look into ContentProviders, Contacts.Groups and ContactsContract.
could u please help me to insert the contacts into the contacts database.