标签: android autocompletetextview
如何让我的MultiAutoCompleteTextView在每个列表位置的字符串中进行搜索(也就是搜索子字符串)。我需要设置任何属性,还是可能? 例如,如果列表对象之一是“abc123”,那么可以通过键入123将其包含在自动完成的建议中吗?
答案 0 :(得分:1)
要获取此链接并尝试此操作,
http://android-er.blogspot.in/2010/07/example-of-multiautocompletetextview.html