Why create a HandleThread to dowload photo 。can we use UI thread (photoGallleryFragment) to create Handle to down photo

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.