This might be a noob question but I\'m quite new to all this SQLite-Database-Cursor-Adapter-ListView-Do-It-Properly-Stuff.
What I have:
In m
How do I refresh my Cursor and my ListView properly?
You "refresh [your] Cursor" by running your code again to get the Cursor, using the code you used to create the original Cursor (on a background thread, please). You refresh your ListView by calling changeCursor() or swapCursor() on the CursorAdapter.