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

c# - SVN Error : "svnadmin: E205000: Too many arguments" -

c# - Copy ObservableCollection to another ObservableCollection -

All overlapping substrings matching a java regex -