问题描述
- handler.removeMessage(int what)
-
在activity的onCreate里开启子线程加载数据,加载完了使用handler.sendMessage来通知主线程刷新,我在onDestroy里面用handler.removeMessage(int what)来移除了消息,为什么我退出activity后,当数据加载完还是执行了handler的handlerMessage?
解决方案
从官方文档来说,onDestroy方法的执行并不意味这Activity的销毁。不要被方法名给误导了。
解决方案二:
What is the ARGB int encoding of pixels in Java's AWT?
EventHub.removeMessages(int what = 107) is not supported before the WebViewCore is set up.
What does "size" in int(size) of MySQL mean?
时间: 2024-09-21 18:14:14