阅读背景:

Android Handler的使用示例:结合源码理解Android Handler机制(一)

来源:互联网 

什么是Handler?

 Android 的官方解释:

文档分节1: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.文档分节1:A Han



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: