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.
我写了一个测验应用程序,我想在其中添加正确和错误答案的分数。
我的问题是我不知道保存数据的最佳时机是什么。在每个问题之后写下当前分数太耗费资源了,不是吗?
当用户关闭应用程序时,有什么方法可以保存它们?
您应该在 Pause() 上保存数据并在 Resume() 上恢复它。
另请参阅http://developer.android.com/training/basics/activity-lifecycle/pausing.html