保存选项菜单 InstateState Android

发布于 2024-10-13 03:05:08 字数 140 浏览 1 评论 0原文

当活动失去焦点时,我有一个选项菜单,所选选项菜单项保留状态,但当我的活动被销毁时,所有选项都会重置。

从破坏状态恢复后如何保存所选首选项的状态?在想象如何实现代码的[共享首选项][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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

清秋悲枫 2024-10-20 03:05:08

您可能想要创建一些共享首选项。这些以及其他数据存储选项在数据存储中进行了描述。

You probably want to create some shared preferences. Those, and other data storage options are described in Data Storage.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文