What is looper, handler, and message queue in Android?
Answer / Priyanka Rani
"Looper is a part of the Handler class in Android that allows you to run tasks (or messages) on a separate thread from the main UI thread. A Handler object is associated with a Looper, which processes messages sent to it using a MessageQueue. The MessageQueue manages the order in which messages are delivered to their respective Handlers.".
| Is This Answer Correct ? | 0 Yes | 0 No |
What are the different storage methods in android?
Please explain the difference between nine-patch image vs regular bitmap image?
Explain key components of android architecture?
What’s volley?
How do I turn off, or reboot Android?
Can phonegap framework support for playing audio?
To display a notification on upper left of android screen, which of the following class you need to use?
Explain activity creator in android?
How to create alerts in android?
What is an android toast?
How do I manually update my android os on my tablet?
Creating an android application using the eclipse plugin?