Set up Android Studio

  1. What does IDE stand for?

  2. Which of the following are advantages of using Android Studio?

    Choose as many answers as you see fit.

  3. What is the purpose of using a virtual device, or emulator, in Android Studio?

  4. In Android Studio, what is a project template good for?

    Choose as many answers as you see fit.

  5. How do you create a new project in Android Studio?

  6. ___ is a function that is used to define a layout in your app using Composable functions.

  7. A Compose function requires the @Composable annotation.

  8. A ___ is a Composable that has a background color and can contain other Composables.

  9. Padding is an example of a ___

  10. Which of the following is false about Compose?