EditText 与下面的建议列表
我想在我的应用程序中实现“Google instant”之类的列表。顶部有一个 editText,下面有一个列表,每次用户输入新字符时都会更新该列表。
你能指出我正确的方向吗?是否有任何小部件或任何我可以使用的东西,或者我是否必须删除列表并在每次用户键入内容时重新创建它?
提前致谢 麦克风
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
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
也许您正在寻找 AutoCompleteTextView?
Perhaps you are looking for an AutoCompleteTextView?