Getting contacts when ids are known

Posted by frieza on Stack Overflow See other posts from Stack Overflow or by frieza
Published on 2010-03-15T10:18:38Z Indexed on 2010/03/15 11:29 UTC
Read the original article Hit count: 196

Filed under:
|

Hi,

I have a list of 'n' contact ids corresponding to which I need to obtain the contact details. One simple way to make n queries using the contact ids and retrieve those contacts. But this will be very time-consuming especially if n is large. I would like to know if there is any simpler way to obtain these results (like batch query etc).

© Stack Overflow or respective owner

Related posts about android

Related posts about contacts