The onRestoreInstanceState() doc does not say that:
http://developer.android.com/intl/fr/reference/android/app/Activity.html#onRestoreInstanceState%28android.os.Bundle%29

>From what I read, onCreate() is all what is needed. Implementing
onRestoreInstanceState() doesn't seem necessary in my case. IIUC correctly, if
there's any state to restore it is always passed to onCreate(), and before
onRestoreInstanceState() gets called.

Olivier

On 12/02/2010 08:44 PM, Frank Weiss wrote:
> Use the onRestoreInstanceState() callback, not just onCreate().
> 
> -- 
> 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

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