Multiple choice

The _____________ class is the main building block of Android application.

  1. Java

  2. Action

  3. Bundle

  4. Activity

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

The Activity class is the main building block of Android application. It represents a single screen of the application.