Android 在本地存储应用程序设置

发布于 2024-12-12 12:07:42 字数 355 浏览 0 评论 0 原文

我们正在创建一个应用程序,我想在设备上本地存储某些设置。

设置将是

  1. “帐户设置”
  2. “通知设置”
  3. “帮助”
  4. “关于
  5. 注销”

我在 foursquare 和 Twitter 应用程序上遇到过这个。当您通过“选项”菜单和“设置”时,如下所示

在此处输入图像描述 在此处输入图像描述

我如何在我的应用程序上实现类似的

We are creating an app where i want to store certain settings locally on the device.

The settings will be

  1. Account Settings
  2. Notification Settings
  3. Help
  4. About
  5. Logout

I came across this on foursquare and Twitter Application.. when you go thru Options Menu and to Settings like below

enter image description here
enter image description here

How can i implement similarly on my application

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

硬不硬你别怂 2024-12-19 12:07:42

要存储此类设置,请使用 SharedPreferences。这是最方便的方法。您还可以添加 PreferencesActivity 来制作您发布的第二个屏幕。

To store such settings use SharedPreferences. This is the most convenient way. You can also add a PreferencesActivity to make the second screen you posted.

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