As shown in the title
thank you very much
@cstewart
No. When you create a Handler, it becomes attached to some thread. If you create a Handler on the main thread, then all of the work that it does will also run on the main thread.
As shown in the title
thank you very much
@cstewart
No. When you create a Handler, it becomes attached to some thread. If you create a Handler on the main thread, then all of the work that it does will also run on the main thread.