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.
我在 Android 中使用地图。所以,当我离开活动时(而不是旋转屏幕时),我想保存一些演示者的状态以保存数据。除了带有 ArrayList 的单例之外,我找不到解决方案,但我想使用已经编写好的解决方案。谢谢。
签出使用依赖注入并通过Dagger Scopes持久化演示者的Android 样板源代码。