Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 popups(PopupWindow) 和一个普通的 EditText 元素实现搜索机制。问题在于,只要用户键入搜索序列,就会出现提示结果的弹出窗口,然后 EditText 元素就会失去焦点。
我需要以某种方式在用户输入期间维持 EditText 的焦点。谢谢
您可能正在尝试实现 android 中已经存在的东西。它被称为AutoCompleteTextView。就用原生的吧。
AutoCompleteTextView