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.
看来,当我在模拟器上单击“主页”并返回应用程序时,状态会被保留。
但我的实体手机(T-Mobile Move,2.2)似乎并非如此。
为什么?如何让Android在手机上点击“主页”后保留应用状态,以便用户返回时,一切都保持不变?
模拟器有多少内存?如果活动太大,操作系统可能会在手机进入后台时将其杀死,因为手机内存不足。模拟器可能有更多内存,因此不会杀死应用程序来回收它。