I\'m trying to populate listview from my SQLite database... this is how I get my data from database:
Cursor c = database.rawQuery(\"SELECT * FROM \" + TableN
I found working with the notepad tutorial very useful for learning about this. It shows you how to implement the listview using the sqlite database in very easy steps.
http://developer.android.com/resources/tutorials/notepad/index.html