Slide 60
Slide 60 text
Loopers and Handlers
● Looper
○ Synchronized message queue to process messages
from handlers
○ Takes the next task, executes it, then takes the next
one and so on
○ One looper per thread
● Handler
○ Set of methods to post messages