I have a situation, where I am getting a List containing contact Ids. I need to retrieve the contact details of each of these contact Ids in single cursor (so that I can use that cursor to populate ListView).
I know how to retrieve contact details for one contact Id.
But I don't know how to fire a query for list of contact Ids. Can someone please help with a snippet of code?
Android: Get Contact Details (ID, Name, Phone, Photo). Got this from https://gist.github.com/evandrix/7058235
MyActivity.java
main.xml
And the manisfest should use permission