Can anyone suggest the best way to populate a list from an sqlite database. The database has multiple columns A, B, C, D, E, F, and multiple rows 1, 2, 3, 4, 5, 6, 7, 8,
I am trying to populate the list with the values from columns A, B, D, F, and row 1 or 2 or 3 or 4 etc… depending what rowid has previously been passed.
You could use SimpleCursorAdapter – http://developer.android.com/reference/android/widget/SimpleCursorAdapter.html
If you want you could refer to this tutorial for beginners – http://coenraets.org/blog/android-samples/androidtutorial/