imagine this, Activity3 is a set-up activity, where you define for example, a typeface for the text of some of your views.
now imagine that you set the typeface variable to a value from a dropdown list, but form no matter what reason, like a phonecall, sms, etc, a system app over-imposes itself over your app, sending your activity to background... still following me?
Imagine too that, you didn't feel necessary to create a failsafe feature in order to save the form current status if your activity loss focus. When re-entering your activity, the textfields will be empty, BUT the variables that where set, are still set to the values chosen before losing focus?
PS. maybe my example is a bit Odd...