Hi all,

I've recently done quite a bit of work on saving instance state and
restoring using parcelables for custom data structures.
My problem is that I don't know how to test this functionality on the
emulator. I can trigger calls to onPause and onStop for my activity
(if I navigate out of it) but never onDestroy. So, whenever my app
starts up, it starts with a null bundle. I've never had onCreate with
a non-null bundle and I've never had onRestoreInstanceState getting
called.

Can someone please tell me how I can test the restore state
functionality from the emulator?

cheers,
kk.

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