tamir7 / Contacts

Android Contacts API
287 stars 73 forks source link

Get contact details giving the CONTACT_ID #44

Closed jewom closed 6 years ago

jewom commented 6 years ago

Hi,

Thanks for this lib! It is possible to get a contact by the CONTACT_ID ?

vuhung3990 commented 6 years ago

hope this help val contacts:MutableList<Contact> = Contacts.getQuery().whereEqualTo(Contact.Field.ContactId, 1).find()