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.
我正在开发安卓应用程序。在其中我使用了 AutoCompleteTextview。当我只想选择一个文本但如果我想选择多个文本怎么办?选择一个文本后,它不再得到任何建议。请解决我的问题。谢谢。
你可能想要MultiAutoCompleteTextView. AutoCompleteTextView仅用于单选。
MultiAutoCompleteTextView
AutoCompleteTextView