保存选项菜单 InstateState Android
当活动失去焦点时,我有一个选项菜单,所选选项菜单项保留状态,但当我的活动被销毁时,所有选项都会重置。
从破坏状态恢复后如何保存所选首选项的状态?在想象如何实现代码的[共享首选项][1]时遇到问题。
(仅需要布尔值,但我已包含静态菜单项)
I have an option menu when the activity looses focus the selected option menu item(s) retain state but when my activity is destroyed all the options are reset.
How can I save the state of the selected preference after resuming from a destroyed state? Having problem visualizing how to implement [Shared Preferences][1] for the code.
(Only needed for the boolean values but I have included the static menu items)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可能想要创建一些共享首选项。这些以及其他数据存储选项在数据存储中进行了描述。
You probably want to create some shared preferences. Those, and other data storage options are described in Data Storage.