 |
android - Handler vs AsyncTask vs Thread - Stack Overflow
If you look at the source code of AsyncTask and Handler, you will see their code is written purely in Java. (Of course, there are some exceptions, but that is not an important point.) So there is no magic in AsyncTask or Handler. They just make your job e
stackoverflow.com |
 |