Introduction to Handler, logoff, and MessageQueue, loopermessagequeue

Source: Internet
Author: User

Introduction to Handler, logoff, and MessageQueue, loopermessagequeue

Handler, logoff, and MessageQueue constitute the most important message transmission and processing mechanism system in android.

Handler running principle

The message object in the message queue is FIFO ). Handler is responsible for adding the message object to the queue. The loose cyclator keeps retrieving the message object from the message queue and calls the handleMessage method of Handler to process the message. When no message object exists in the queue, logoff is in the waiting status (blocking)

Handler uses a small example: the user clicks the button to generate a message object and print the message content

1. Define the class to inherit the Handler, rewrite the handleMessage method, and generate the Handler object

2. Get and assign values to the Message object and send it to the Message queue.

3. logoff retrieves the message from the message queue and finds the corresponding Handler object.

4. logoff calls handleMessage of the Handler object to process messages

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.