如何在android中保存应用程序的状态?
我想知道如何在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以随时尝试
并
保存一个代表用户获取它的位置的值,当您重新打开应用程序时,您会相应地加载页面,例如 1 =>;主页 2=>用户信息 3=>积分等
检查 android 文档或:
http://saigeethamn.blogspot.com/2009/10/shared-preferences-android-developer.html
You can always play around with
and
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