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 应用程序,我几乎完成了,为了拥有一个好的应用程序,我想知道如何正确实现 onDestroy 方法,我的意思是我必须调用垃圾收集器或将所有内容设置为 null 吗?
提前致谢..
如果你打开了一个数据库,或者一个打开的游标,你可以在 onDestroy() 方法中关闭它们。系统会在需要时自动调用 gc。
在 Destroy 方法中,您可以为垃圾收集器设置 null all 和 System.gc(),,,,,请注意,不需要设置 null 因为 java 具有使用垃圾收集器将对象设为 null 的此功能............ .