Is a Handler a Thread or not, and what is the role of a Looper with Handlers and Threads?
问题 Is a Handler a Thread or not? If yes, how can we update the UI from this Handler(thread)? If we use the Looper concept, it may be possible. In this case, does it apply to any threads? I am very much confused about these Threads, Handlers and Loopers. Could anyone please explain them with an example? Is a Handler a Thread or not? If yes, how can we update the UI from this Handler(thread). If we use the Looper concept, it may be possible, in this case does it apply to any threads? I am very