Honestly, I've never recognized every top record is missing when I retrieve data from sqlite table. It's really bad when someone point out that one record is missing even it's in sqlite table. That's why got stressed that how come every one top record is missing by following coding.
2 startfrom = Integer.parseInt(cursor.getString(0));
3}

Android
Top of Page