android 的handler looper message queue
在maint hread創建handler ,對應looper,message queue是系統自動創建并關聯的, 如果是在work thread 里創建handler , looper需要自己去創建 ,還要啟動looper的loop方法去消息隊列里獲取消息 =============這樣的理解對嗎?
在maint hread創建handler ,對應looper,message queue是系統自動創建并關聯的, 如果是在work thread 里創建handler , looper需要自己去創建 ,還要啟動looper的loop方法去消息隊列里獲取消息 =============這樣的理解對嗎?
2015-07-11
舉報
2015-07-11
dui?