How to use CursorWrapper to filter Cursor rows

前端 未结 1 1343
青春惊慌失措
青春惊慌失措 2021-01-06 21:23

I want to filter out some rows returned by a Cursor based on a specific condition (which I want to test after receiving the rows from the database, because it\'s not easy to

1条回答
  •  抹茶落季
    2021-01-06 22:16

    CursorWrapper implements the Cursor interface, so you can pass your CursorWrapper to your CursorAdapter in place of your Cursor.

    0 讨论(0)
提交回复
热议问题