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.
我过滤了一个使用光标适配器填充的列表视图,现在我想同时使用 3 个不同的字段过滤列表。
为了更好地解释:我有 3 个微调器,通过这些我选择 3 个字符串来过滤列表,但我不知道如何传递所有 3 个字符串来过滤列表。
谢谢。
要么将 3 个字符串编码为一个(例如 JSON,因为它内置于 .. 参见 org.json 包),要么忘记过滤 api 并每次手动重新填充列表...