Question:What is the advantage of using AsyncTaskLoader instead of AsyncTask?
A a bit easier to work with
B the possibility easily update progress bar
C no comparison, because it implements completely different functionality
D less work with the configuration of application
+ AnswerD
+ Report