Get user input in an app: Part 2

  1. Which line(s) of XML code will produce an error?

    1    <TextView
    2        android:layout_width="wrap_content"
    3        android:layout_height"wrap_content"
    4        android:padding="8dp"
    5        android:text="@string/title"
    6        android:textSize=18sp />
    

    Choose as many answers as you see fit.

  2. Which of the following is true about Gradle?

    Choose as many answers as you see fit.

  3. Which of the following statements about app icons are true?

    Choose as many answers as you see fit.

  4. Which of the below steps are part of changing the color of your app theme?

    Choose as many answers as you see fit.

  5. Why use the Material Components for Android library?

    Choose as many answers as you see fit.