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.
我用游标适配器填充了一个列表视图,其中包含来自数据库的行。
我想过滤列表视图的项目,但是当我这样做时:
list.getFilter().filter(String);
它不起作用。
如何按光标过滤项目?
从代码来看,似乎CursorAdapter需要一个查询,而不是纯字符串,见第 49 行。
CursorAdapter
编辑:
没关系,您需要首先调用setFilterQueryAdapter().
setFilterQueryAdapter()