At the moment I need to filter a Cursor/CursorAdapter to only show rows that match a specific condition in the ListView. I don\'t want to requery the db all the time. I just
I've compared iterating through cursor 1790 entries against query in cursor with REGEXP and it is 1 min 15 sec against 15 sec.
Use REGEXP - it is much faster.