How to use onSavedInstanceState example please
问题 I\'m confused when it comes down to saving a state. So I know that onSaveInstanceState(Bundle) is called when the activity is about to be destroyed. But how do you store your information in it and bring it back to its original state in onCreate(Bundle savedInstanceState) ? I don\'t understand how this bundle will restore information. It would be helpful if someone can provide an example. The Dev guide doesn\'t do a good job of explaining this. public class Conversation extends Activity {