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

Popular posts from this blog

Glib GIOChannel -

delphi - When I encode/decode SMS PDU (GSM 7 Bit) user data, do I need prepend the UDH first? -

python - Obscure curses error message when creating a sub window -