mmmmmm... my app makes use of saving and restoring instance state a
lot and it works as well on the Nexus One as on the Droid or G1. But i
don't use the onStop callback at all. And I don't use the
onRestoreInstanceState either. Instead, i use the
onRetainNonConfigurationInstance() and
getLastNonConfigurationInstance() methods. These work well for me.

On Mar 4, 8:25 pm, Zsolt Vasvari <zvasv...@gmail.com> wrote:
> I think there are some issues with the background activity life cycle
> management on the Nexus One.
>
> In my app, I have a background and foreground activity.  When I tilt
> the phone so it switches orientation, the first time around the state
> is properly saved and restored for the background acrivity.  But if
> when flip it back, onCreate is called with NULL for the Bundle, so I
> lose state. (and no, onRestoreInstanceState is not called, either)
>
> I'd create a small app that demonstrates this, but frankly, it would
> be a waste of my time as it probably wouldn't get looked at anyhow.
> So just take my word for it....
>
> Zsolt Vasvari
>
> On Mar 5, 4:29 am, Mark Murphy <mmur...@commonsware.com> wrote:
>
>
>
> > Mark Murphy wrote:
> > > schwiz wrote:
> > >> It should be called when you press back but not home, but I have
> > >> noticed this problem using openeclair on my G1.  Perhaps its a new
> > >> feature/bug in 2.1?
>
> > > No, onStop() should be called when you press either BACK or HOME. For
> > > some reason, it is not doing that in the Nexus One. My best guess is
> > > that it has to do with the Nexus One's home screen implementation, but
> > > that's just a guess.
>
> > BTW, here's the open issue:
>
> >http://code.google.com/p/android/issues/detail?id=6094
>
> > --
> > Mark Murphy (a Commons 
> > Guy)http://commonsware.com|http://twitter.com/commonsguy
>
> > _Android Programming Tutorials_ Version 2.0 Available!- 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 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