Android 的Looper 和Handler 與一般的thread 很像,主要差別於,它們維護了一個MessageQueue,並且一個一個地處理Message。因此,當我們需要執行多個非 ...
確定! 回上一頁