Android:如何保存/恢复数据

发布于 2024-12-08 12:02:12 字数 98 浏览 1 评论 0原文

在我的应用程序中,我有一个链接列表(我使用标准 List())。 我希望每次用户退出应用程序时将此列表保存到 SD 卡(或手机内存),并在每次用户启动应用程序时恢复它。 我该怎么办?

In my app I have a Linked List (I use the standard List()).
I want this list to be saved to the sd card (or the phone memory) every time the user exits the app and restore it every time the user starts the app.
How can I do it ?

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

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

发布评论

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

评论(2

调妓 2024-12-15 12:02:12

您可以使用 SharedPreferences ,请参阅doc 和这个教程来了解如何做到这一点:)

you can use SharedPreferences , refer the doc , and this tutorial to understand how to do it :)

別甾虛僞 2024-12-15 12:02:12

Android 开发人员 网站提供了一个很好的指南,帮助您存储您的数据手机上的数据。

The Android Developer site has an excellent guide how you can store your data on the phone.

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