Since AsyncTaskLoader does everything AsyncTask can do, and additionally has in-built best practice features such as thread-duplication & pre-mature death prevention.
Is there any reason to use AsyncTask anymore? Or should I just blindly use AsyncTaskLoader everywhere