Lesson 4: Build your first Android app

  1. Which method on an Activity inflates the app's layout and makes its views available as objects?

  2. Which view attribute do you use to set the width of a View so that it adjusts to fit the content?

  3. Which method changes the image resource for an ImageView in Kotlin code?

  4. What does the lateinit keyword in a variable declaration indicate in Kotlin code?

  5. Which Gradle configuration indicates the most recent API level your app has been tested with?

  6. Which of the following accessibility tools comes built in with most Android devices?