Hey,
I'm looking for a way to perform a (SQL) Join against the Android Contacts table. My app stores contact ids and I want to get the name from the contact table. As you can guess, it would be really slow to perform a query for every contact id my app has stored. Any ideas how to do this?
Regards,
Marcel

