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. On Oct 10, 10:09 am, Mark Murphy <[EMAIL PROTECTED]> wrote: > Stoyan Damov wrote: > > I don't think that would work. You'll need to manually serialize the items. > > Or, if the actual ListAdapter contents are already stored somewhere > (e.g., database), just store transient state, like the selected position > and visible items. > > -- > Mark Murphy (a Commons Guy)http://commonsware.com > _The Busy Coder's Guide to Android Development_ Version 1.3 Published! --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

