The Reason we use onCreate(savedInstanceState) because, upon super.onCreate() it will reach the Activity (parent class of any activity) class to load the savedInstanceState. (beacause the demo activity class we have created is not capable of loading the saved state) Yeah, we normaly don't set any saved instance state, but android framework made such a way that, we should be calling that.
Please correct me if i am wrong. -- 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

