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?
 

Alain75

Member
I see this post now and I wasn't member of B4A at that time but ContactsUtils has now a FindContactsByGroupName function. You can find the last version of the library here
 
Upvote 0
Top