I am writing my handlers in two different activities which are running on the same UI thread. Now the question is if I post a message using these two different handlers, would it end up in the same message queue associated with the main thread or each handler has a separate message queue associated with it.
Any pointers will be appreciated.