protected void onSaveInstanceState(Bundle outState) {
super.onSaveInstanceState(outState);
outState.putStringArrayList("history", this.history);
}
it's my code.and this.history is an arraylist.I hope I can get
it at OnCreate method next time. but it doesn't work.
I search and find that the method works only when it’s not
being explicitly finished.Does it ture? It's mean I have to find
another way to restore the arraylist if the app finished explicitly?
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---