android - Handler meaning -
i think handlers in android tools different objects in thread , move thread example ui thread in android. true? sorry knowledge :)
thanks!
from documentation,
a handler allows send , process message , runnable objects associated thread's messagequeue. each handler instance associated single thread , thread's message queue. when create new handler, bound thread / message queue of thread creating -- point on, deliver messages , runnables message queue , execute them come out of message queue.
Comments
Post a Comment