I have a custom ListView in which I have some TextViews and a few buttons. On clicking every button a new activity opens.
The problem is, let's say if I am currently viewing the 15th ListView item and clicks the button on that which opens new activity. When coming back from an activity the ListView goes back to 1st item but I want it to resume from the view (15th item in this case) where I left on starting a new activity. How can I do that?
I am new to android development so do not know which keywords to search for this problem!
Any help is appreciated :)