I have a SQLite database I would like to query. I want to target Android 2.2 through ICS. I came across this article on how to do this, but it uses deprecated code (does not que
I do not have the code on hand, but I asked a similar question before:
Android db loading chat for chat application
If you read it carefully, you can figure out how to use a CursorLoader for your sqlite database ;)