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 选择建议值之一或输入全新值的情况?
您可以保留一个布尔变量,在onCommitCompletion调用时将其设置为 true,并在手动更改值时(onKeyDown例如按下时)设置为 false。
onCommitCompletion
onKeyDown