Thanks. I also received a tip to subclass Application and use that somehow (I'm still looking into it).
Cheers! On Jul 9, 2:02 pm, Streets Of Boston <[email protected]> wrote: > These two links don't work well (the parenthesis mess it up). > Look at the onRetainNonConfigurationInstance and > getLastNonConfigurationInstance methods. > > On Jul 9, 5:00 pm, Streets Of Boston <[email protected]> wrote: > > > Take a look at these > > two:http://developer.android.com/reference/android/app/Activity.html#onRe...() > > >http://developer.android.com/reference/android/app/Activity.html#getL...() > > > On Jul 9, 4:30 pm, Keith Wiley <[email protected]> wrote: > > > > I have an app that might build some rather large data structures in > > > RAM. Is there any way at all for my app to respond to orientation > > > flips (either via keyboard flip or tilt-sensor rotation, I don't care > > > which) without having to save and restore the state? It can take > > > quite a while to save the data structures out to the SD card and can > > > take quite a while again to read them back in. > > > > Thanks.- Hide quoted text - > > > - Show quoted text - --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

