当前位置:
代码迷
>>
Android
>> 关于AutoCompleteTextView对大小写敏感的有关问题
详细解决方案
关于AutoCompleteTextView对大小写敏感的有关问题
热度:
77
发布时间:
2016-05-01 11:13:26.0
关于AutoCompleteTextView对大小写敏感的问题
怎样设置AutoCompleteTextView的大小写敏感啊
------解决方案--------------------
实现AutoCompleteTextView的adapter,然后这个adapter需要extends BaseAdapter,然后implements Filterable接口。
在实现的Filterable接口中,实现搜索的算法。
这样想怎么样都行,大小写敏感就完全不是问题了。
相关解决方案
AutoCompleteTextView 抓全到的信息怎样获得焦点?
Android自动揭示-AutoCompleteTextView、MultiAutoCompleteTextView
[已解决]AutoCompleteTextView 不显示匹配的内容,因为将空的内容添加进去了
Android 系列 6.19 AutoCompleteTextView+SQLite实现自动检索