Multiple choice

Which of the following classes is used to simplify the process of loading the data and is available to all versions of Android through the compatibility package?

  1. Load

  2. Loader

  3. DataLoader

  4. DataLoad

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

Loader class is used to simplify the process of loading the data. This is available in Android 3 and above. But this class is available to all versions of Android through the compatibility package.