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
CursorWrapper implements the Cursor interface, so you can pass your CursorWrapper to your CursorAdapter in place of your Cursor.
CursorWrapper
Cursor
CursorAdapter