When are ALL the cases when the onSaveInstanceState() method called?

后端 未结 7 823
粉色の甜心
粉色の甜心 2020-12-17 17:15

All the sources I read have all mentioned couple of cases and concluded with \"a few other cases\". What are ALL the cases when the onSaveInstanceState method called in a Vi

7条回答
  •  心在旅途
    2020-12-17 17:41

    onSaveInstanceState is called when ever activity is out of veiw.. like when u press home key, onSaveInstanceState is called.

提交回复
热议问题