Hi, I am working with the saving an applications state. I am using onSaveInstanceState(Bundle savedInstanceState) to save state. In onCreate(Bundle savedInstanceState), I always get savedInstanceState as null and
onRestoreInstanceState(Bundle savedInstanceState) is never called even. According to the reference this method is called between onStart() and onPostCreate(Bundle). I am working on emulator. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

