Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在用自己的引擎编写游戏。我想在我的游戏中创建一个商店。它将为硬币游戏添加一些新功能。
如何存储硬币数量、新角色(已购买或未购买)等游戏数据?SQlite 或任何其他方式来做到这一点?专业人士是如何做到的?
请查看 Android Dev Guide 中的数据存储主题。
另请查看SQLite,这是上面发布的指南的一个子部分。
有关如何在 SQLite 数据库中加密数据的信息: Android SQLCipher PBKDF2
希望这可以帮助!