Android Question Get By Group in ContactsUtils

adriano.freitas

Active Member
I have huge contact list accounts from which I need to show contacts based on choice of groups. Currently I have taken all the contacts and made a loop to go through them and look for the ones that are in the desired groups. This makes processing extremely slow. Is it possible to add a method that returns the contact list based on the name of a group?
 
Top