onPause / onRestore with savedInstanceState
问题 I'm pretty new to android development and I need some help saving the state of an activity. What is the correct way to save the instance from onPause and restoring it from onRestore since obviously Android isn't sending the savedInstanceState Bundle as it does with onCreate or onSaveInstanceState for example. Or is there a better way to save other than using the savedInstanceState bundle? Does this make sense? [edit] Ok, i think i know what my real problem is... But first, I think what I was