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.
谁能建议保存设置数据的最佳方法?我希望该用户能够找到他在上次使用应用程序时更改的所有内容。目前我正在读取放置在 res/raw 目录中的 sav.bin 文件,但是是否可以访问该文件并在其中写入?
只需使用SharedPreferences。它们只不过是一个键值存储。
你可以在这里找到所有的细节