Hello can someone please point me to a great resou...
# android
r
Hello can someone please point me to a great resource on working with android contacts. My use case is that a user should be able to search for a contact from a list of contacts on his phone and select one. upon selection the selected contact no. should fill in an editText Field. for some reason I cannot make good use of android documentation on this subject. Thanks
😶 5
d
It's old and Java but the first answer to this question is what I used for my Contacts picker. https://stackoverflow.com/questions/52354931/get-phone-number-from-contactscontract-fails
r
Okay thanks @David Whittaker