Android Question Restore Indexed Table

Rob Bliss

Member
Licensed User
Is there a way to restore an indexed table to the last state, for example on screen rotation. From what I can tell, it happens on activity_resume, however if activity_create is called, then it overrides it.

Alternatively, is there a way to get the index of the item at the top of the screen in order to do it manually?

Many Thanks
 
Top