I was wondering is there is a way of parsing a contact details (number,email etc.) by a specific uri address which received by the contact list
example: //assume that the data variable ia already populated with a uri address of a specific contact which was picked up from the contact list
Uri contact = contact = data.getData();
how could I acutely parse the contact details by it's number, email, organisation and so on..?
thanks,
ray.