Given a contact id, I can obtain various contact details (like name, phone, email-id, etc) by making different queries for a each of these fields.
But is there a method to obtain all the details associated with this contact id by making a single query?
Had to change a bit of the tutorial on Content Providers since it referenced deprecated classes, this might help.