如何在android中保存应用程序的状态?

发布于 2024-11-15 01:03:05 字数 126 浏览 1 评论 0原文

我想知道如何在 android 中保存我的应用程序的状态。我想要的是当用户使用我的应用程序时,他在不注销的情况下退出我的应用程序。因此,当他再次打开我的应用程序时,他应该被重定向到他离开的页面及其部分而不是第一页。 有可能吗? 请帮我..

I want to know how can I save state of my application in android.What I want is when user is using my app and in between he goes out of my app without doing logout.So when he again open my app he should be redirected to the page and its section where he left instead of first page.
Is it Possible to do ?
Please Help me..

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

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

发布评论

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

评论(1

随波逐流 2024-11-22 01:03:05

您可以随时尝试

SharedPreferences

Editor

保存一个代表用户获取它的位置的值,当您重新打开应用程序时,您会相应地加载页面,例如 1 =>;主页 2=>用户信息 3=>积分等

检查 android 文档或:

http://saigeethamn.blogspot.com/2009/10/shared-preferences-android-developer.html

You can always play around with

SharedPreferences

and

Editor

you save a value that represents where your user got it and when you reopen the app you load the page accordingly like 1 => main page 2=>user info 3=>credits etc

either check the android documentation or :

http://saigeethamn.blogspot.com/2009/10/shared-preferences-android-developer.html

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