I have a one table question_table and one ImageButton (Back). I need to get the last inserted record from the database after clicking on t
question_table
ImageButton
Just simple, you can move with Cursor moveToLast(); method provides to move to the last record
Cursor
cursor.moveToLast();