I'm trying to pull my data from my SQLite DB and display it in a listview, this is what I have so far but it only puts the first record in the listview. I think the "while (mCursor.moveToNext()){" bit needs changing but not sure how. The original code put each record in a textview on a new line each time. I'm trying to pull my data from my SQLite DB an