Hi all,
I want to display List of Contact Names with the respective phone numbers
like
Vikas Patidar <9999999999>
Rahul Patidar <9999999999>
using AutoCompleteTextView when a user type text in the mobile number field.
In default style i can only display the list of names.
Can anyone please tell me how can I implement this so that when a user select any item in list and i can display number of that in Mobile number field.
Thanks All