我正试图在android上为电子邮件应用程序实现序列化(存储用户名、密码、服务器等),但为了测试它,我必须关闭模拟器中的应用程序,然后重新打开它,以确保它查找并找到带有序列化对象的文件。问题是,当我关闭模拟器上的应用程序时,会卸载该应用程序。我用finish()函数关闭应用程序。关于为什么会发生这种情况,有什么线索吗?直到我的发展阶段,它才这么做。感谢您提供的任何帮助。
I m relatively new to Android development. I m developing an app with a ListView. I ve followed the info in #1338475 and have my app recognizing the fling gesture, but after the gesture is complete, ...