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.
在整个应用程序运行期间验证用户并保持其状态的最佳策略是什么?到目前为止,我已经考虑了首选项,并且可能还考虑了通过 onSaveInstanceState 保存状态。我不确定这些方法是否适用——你有什么建议?
查看 Application 类,这可以帮助您维护活动之间的全局状态变量。