The list is pulled from a remote feed over the web, so I was trying to
prevent having to reload the listview via another web pull
Basically I just want the application to save everything and then
restore itself when the user changes orientation, instead of having to
make another full call back data source.
and what i have to write in onSaveInstanceState Method.
What i have to do for plz help me so i can proceed ?
Thanks in advance.
You don’t need to save ListView, you just had to store the data with which you are populating your ListView.
Hereis a simple example for the same. Another one you can have isthis one.