im kinda new to android and i am following a the google dev blogs, and tutorials on Lynda.com and i encountered an issue which i can't seem to find a solution for.
I have a ListView full of items , and on click it will load a new Activity. all of that works as expected. But when i click back on the new activity the parent loads up as if it were entirely new. back at the top of the list view.
Lets say i scroll down to the middle somewhere. I click an item, i get the results whatever, I go back to parent and then i am back at list item (0) again.
See image: https://i.stack.imgur.com/RWAQ6.jpg
how would i go about it keeping its position on back press?
thanks