标签: android listview android-listview
我正在使用simpleAdapter进行listview,我想使用getfilter()方法过滤列表,但是当我尝试它时,请给我The method getFilter() is undefined for the type ListAdapter 请帮助。
getfilter()
The method getFilter() is undefined for the type ListAdapter
答案 0 :(得分:0)
不要使用SimpleAdapter和过滤功能,因为SimpleAdapter使用的SimpleFilter有sime bug(至少在v2.2中它假定Map中的所有值都必须是字符串)