ondestroy
Android - is onDestroy supposed to destroy the activity, its variables and free up memory
I have a bug in my code that made me think I don\'t fully understand the Android Lifecycle. Yes, I have read all the docs and looked at the diagrams, but they seem to talk only about when to save data[详细]
2023-01-30 17:56 分类:问答Android: Order of statements in onDestroy() method
I开发者_如何学Gof I override my main Activity\'s onDestroy() method in order to recycle a bitmap when the screen is rotated, should I call super.onDestroy() before or after myBitmap.recycle()? Does it[详细]
2022-12-18 20:54 分类:问答