[android-developers] Re: restoring states

2013-02-18 Thread Lew
Lew wrote: > Lew wrote: > >> dashman wrote: >> >>> Could it be that Activity.onCreate() is called with a valid Bundle - and >>> >>> onRestoreInstanceState() is NOT called. >>> >>> Can that happen? >>> >> >> >> http://developer.android.com/reference/android/app/Activity.html#onRestoreInstanceState

[android-developers] Re: restoring states

2013-02-18 Thread Lew
Lew wrote: > dashman wrote: > >> Could it be that Activity.onCreate() is called with a valid Bundle - and >> >> onRestoreInstanceState() is NOT called. >> >> Can that happen? >> > > > http://developer.android.com/reference/android/app/Activity.html#onRestoreInstanceState(android.os.Bundle) > Als

[android-developers] Re: restoring states

2013-02-17 Thread Lew
dashman wrote: > Could it be that Activity.onCreate() is called with a valid Bundle - and > > onRestoreInstanceState() is NOT called. > > Can that happen? > http://developer.android.com/reference/android/app/Activity.html#onRestoreInstanceState(android.os.Bundle) -- Lew -- -- You received