On Tue, Sep 20, 2011 at 12:21 PM, GregAZ <ggur...@gmail.com> wrote:

> But the problem still remains, the bundle is always null even though it is
> saved.
>

Then a new instance of the Activity is being created. You can verify this by
printing out the value of the Activity object itself in onSaveInstanceState
and onCreate.

Have you changed anything your manifest or launch flags with how you launch
this Activity in particular?
How does your Activity flow from the first instance to the next instance?

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