Multiple choice

Which of the following classes is useful in a situation like downloading new posts from Twitter and then loading those posts into a timeline?

  1. AsyncTask

  2. Loader

  3. Handler

  4. MessageQueue

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

AsyncTask class is useful in a situation like downloading new posts from Twitter and then loading those posts into a timeline.