after reading some articles on Android message mechanism, I would like to ask, since a thread maintains a message queue, and it is constantly looping, is there not only developer-defined Message, in the message queue of the main thread of Android application, but also Message generated by UI refresh and touch? Is it just that the Handler objects that deal with them are different? If so, the main thread has too many message queues. Can the handler associated with it handle it?