Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android edittext - choose contact's phone number (with auto completion)

Is there a way to put a EditText element in which i could choose contact's phone number from my contacts list. Just as in generic android sms app. (Auto-complete when typing phone number or contact name!).

like image 497
sebapawlak Avatar asked Dec 28 '22 02:12

sebapawlak


1 Answers

Have you checked out Android's Auto Complete example at : http://developer.android.com/resources/tutorials/views/hello-autocomplete.html

maybe you can tweak this example to add your contact list.

like image 125
Hakan Ozbay Avatar answered Jan 17 '23 09:01

Hakan Ozbay