What would I do to save the vertical scroll of the ListView into the bundle.
getScrollY for some reason always returns 0. On Jul 9, 4:07 am, MrChaz <[email protected]> wrote: > Override onSaveInstaceState() which will provide you a bundle to put > data into. This bundle is then passed into the activity when it's > next started > > On Jul 9, 12:36 am, Nick <[email protected]> wrote: > > > How can I save and load the scroll position of a listview that is > > destroyed/hidden/paused. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

