What is the advantage of using AsyncTaskLoader instead of AsyncTask?
Answers:
• a bit easier to work with
• the possibility easily update progress bar
• no comparison, because it implements completely different functionality
• less work with the configuration of application
No comments:
Post a Comment