I'm trying to save and restore the state of an Activity using the methods onSaveInstanceState() and onRestoreInstanceState().
The problem is that it never enters the onRestoreInstanceState() method. Can anyone explain to me why this is?
|
|
Usually you restore your state in Use the put methods to store values in
And restore the values in
You do not have to store view states, as they are stored automatically. |
|||||||||||||||||
|
|
In contrast: if you are in your activity and you hit Other source of confusion is that when an app loses focus to another app All in all, as stated in the documentation for
As I read it: There is no reason to override |
|||||||||
|
|
The main thing is that if you don't store in |
||||
|
|
|
The state you save at |
|||||
|
|
I think this thread was quite old. I just mention another case, that |
|||
|
|