Save object while orientation change

后端 未结 4 1598
栀梦
栀梦 2021-02-02 07:20

How to save Object while orientation change, since onRetainNonConfigurationInstance and getLastNonConfigurationInstance are deprecated. And which cannot me used with compa

4条回答
  •  予麋鹿
    予麋鹿 (楼主)
    2021-02-02 07:59

    You can use onRetainCustomNonConfigurationInstance.

    Use this instead of onRetainNonConfigurationInstance(). Retrieve later with getLastCustomNonConfigurationInstance().

提交回复
热议问题