There's a reason for onCreate(), onStart(), etc. to be called when
they are called. If there's code that you don't want to have executed
when onCreate() is called, don't put it in onCreate(). In onCreate()
you can check what the situation is, and act accordingly, like take
different actions depending on whether savedInstanceState == null.

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