Hi again friends... i have a wierd problem... As i have asked in previous posts... i have a lot of data coming from NET in my app... The problem is that a lot of text and images r there... so though i can make the user wait wen he clicks on a list item, but i dont want to make him wait wen he clicks the back button...
In the sense that i dont want to re-download all data... data 1ce downloaded should remain...
Which 1 is the rite method??
1. using a special class which stores all data... and using the variables
each time i go back..
or-
2. Is there any specific save instance method for saving such data in the class
itself... if it is then do inform me how to call the saved instance Activity
wen back is clicked...
Thanx in advance guys... U already have been a great help...