Android, Technology

Handler In Android

android.os.Handler allows us 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. Handler used for: Message creation Inserting messages into the queue Processing messages on the consumer thread ...

by Himanshu Singh
Tag: android handler
31-Jul-2015