HandlerThread

默認狀況下,當咱們開啓一個應用後,就會開啓一條主線程。這個主線程中自在一個Looper對象,所以咱們能夠經過getMainLooper()方法獲取。java 一般咱們若是要從工做線程向主線程發送消息一般要構建一個Handler對象:Handler handler' = new Handler(getMainLooper);android     若是咱們要從主線程向工做線程發送消息呢?固然也要使用
相關文章
相關標籤/搜索