Sorry I am noob here and learning about the basics about android..
May I know what is the differences between the bundles? I search
around and there is not much comments on the bundles as far as I can
find...
public void onCreate(Bundle icicle) {
super.onCreate(icicle);
public void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
>From what I know is savedInstanceState is the save state when the
activity goes to onPause/onStop.. What about icicle?
Thanks a lot!
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Beginners" 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-beginners?hl=en
-~----------~----~----~----~------~----~------~--~---