Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

EditText with suggestion list below

I want to implement a "Google instant" like list in my app. Having an editText on top and a list below it, that is updated every time the user types in a new character.

Can you point me to the right direction? Is there any widget or anything that I could use or do I have to drop the list and recreate it each time the users types something?

Thanks in advance Mike

like image 444
mixkat Avatar asked Feb 04 '11 23:02

mixkat


1 Answers

Perhaps you are looking for an AutoCompleteTextView?

like image 140
Cheryl Simon Avatar answered Oct 19 '22 05:10

Cheryl Simon