EditText with suggestion list below

99封情书 提交于 2019-12-21 03:08:15

问题


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


回答1:


Perhaps you are looking for an AutoCompleteTextView?



来源:https://stackoverflow.com/questions/4903763/edittext-with-suggestion-list-below

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!