When returning to a previous screen, how do I load the screen exactly where the user left off earlier?
I have a summary screen that will load 25 items. The user can scroll up and down this summary screen. Clicking any of the items will bring the user to another screen.
Now, when the user navigates back to the summary screen, I need the summary screen to be loaded exactly where the user left off previously.
How do I do that?
Thank you.