目前分類:基礎 (2)

瀏覽方式: 標題列表 簡短摘要

開始工作好幾個星期了,一直想說要把學到的東西寫下來,
做一個學習筆記,也順便釐清自己的思緒,不過人就是懶,

alansong 發表在 痞客邦 留言(0) 人氣()

android developers 原文中的說明

A Handler allows you to send and process Message and Runnable objects associated with a thread's MessageQueue. Each Handler instance is associated with a single thread and that thread's message queue. When you create a new Handler, it is bound to the thread / message queue of the thread that is creating it -- from that point on, it will deliver messages and runnables to that message queue and execute them as they come out of the message queue.

alansong 發表在 痞客邦 留言(0) 人氣()