如何保存对象数组

发布于 2024-11-03 03:15:22 字数 277 浏览 3 评论 0原文

因此,我正在制作一个问答游戏,因此我创建了一系列自定义问题。我的 raw 文件夹中有一个 xml 文件,其中包含所有问题,并将所有内容解析到我的数组中。我希望能够在用户完成游戏并开始新游戏后重新整理所有问题。

这真的很容易实现——只需打乱数组即可!我遇到的问题是保存东西。通过共享首选项,我可以在关闭应用程序时保存索引(用户所在的问题)。但是,当我对数组进行洗牌时,它们离开应用程序并返回 - 数组又回到默认数组,因此洗牌有点没有实际意义。显然,您无法使用共享首选项保存数组 - 那么有人知道保存打乱数组的简单/简单方法吗?

So, I'm making a trivia game and so I created a custom array of questions. I have an xml file in the raw folder that holds all the questions, and parses everything into my array. I want to have the ability to shuffle all the questions after the user is done with a game and starts a new one.

This is really easy to implement - just shuffle the array! The problem I run into is saving things. With Shared Preferences, I can save the index (question the user was at) when they close the app. But when I shuffle the array, and they leave the app and go back in - the array is back to the default array so the shuffle is kind of moot. You obviously can't save arrays with shared prefs - so does anyone know a simple/easy way to save the shuffled array?

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文