Saving the state of the application

This question already has an answer here:

  • Saving Android Activity state using Save Instance State 25 answers

  • You need to save the Bundle instance for the activity. Check this link for further insight. Saving bundle


    You must use a Bundle instance for the activity. You can take a look at this article on Google Developers Recreating an Activity

    链接地址: http://www.djcxy.com/p/26194.html

    上一篇: 屏幕旋转时保存语言

    下一篇: 保存应用程序的状态