I got slightly confused about the differences between Asynctask, Thread, Service, Loader in Android.
Asynctask
Thread
Service
Loader
I know how
I think AsyncTask is better than Thread since it provides callback on main thread. Loader is better than AsyncTask since it also handles configuration changes for you.
AsyncTask