I am having list of contacts present in an Android device. I want to fetch the associated groupIds and GroupName of all the contacts. I have been trying to use ContactsContract.Groups._ID to get the ID, but I am not able to get it. Can someone provide me other way to get the groupID of contact?
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
This is how I do it. You can probably mess around and find a faster solution by not doing two queries. The idea is to get the row id of the group from the Data table using Often the Here is the code to get contact id:
And here is the code to get the Title of the group:
|
||||
|
|
GroupMembershipview... keep in mind though that a contact can belong to more than one group. – eidylon Jan 31 at 20:52