On Fri, Jul 20, 2012 at 4:07 PM, Justin Anderson <magouyaw...@gmail.com>wrote:

> This method, or it's fancy new Fragments version, might be of interest to
>> you:
>>
>> http://developer.android.com/reference/android/app/Activity.html#onRetainNonConfigurationInstance%28%29
>>
>
> I don't know... I can't see how there is much value in a method that "you
> must not rely on it being called"


Well, if the OP was trying to save out a ton of data in onSaveInstanceState
for the purpose of surviving an orientation change, saving it via an object
to pass to the next Activity this way would prevent that lock up he was
experiencing. It was not entirely clear to me what the complete use case
was, so I thought I'd throw in the discussion as something to be aware of.

-------------------------------------------------------------------------------------------------
TreKing <http://sites.google.com/site/rezmobileapps/treking> - Chicago
transit tracking app for Android-powered devices

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to