如何动态地改变通过AutoCompleteTextView搜索列表中的项目?项目、动态、列表中、AutoCompleteTextView

2023-09-08 08:45:21 作者:你名疼在心里ㄟ

任何人都可以请建议我如何更改自定义列表的项目中时自动完成文本视图中输入从该自定义列表搜索词的任何文字。我知道,如何实现自动完成文本浏览和设定其阈值,但我想通过操作自动完成文本视图的自定义列表的项目,而不会产生自己的单词列表。我觉得我很清楚。提前致谢!!!

can anyone please suggest me how can I Change items of custom list whenever any text is entered in auto complete text view for searching words from that custom list. I know, how to implement auto complete text view and setting its threshold, but I want to manipulate custom list's item through auto complete text view without generating its own list of words. I think I am clear. Thanks in advance!!!

推荐答案

添加TextWatcher到您的EditText或自动填充文本

Add a TextWatcher to your edittext or autocomplete text