Take a look at these two:
http://developer.android.com/reference/android/app/Activity.html#onRetainNonConfigurationInstance()

http://developer.android.com/reference/android/app/Activity.html#getLastNonConfigurationInstance()


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.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to