Kotlin Fundamentals: Databases and RecyclerView quiz

  1. How can you verify that your database is working as expected?

    Choose as many answers as you see fit.

  2. How do you indicate that a class represents an entity to store in a Room database?

  3. Which of the following is not true of coroutines?

  4. Which of the following statements is not true?

  5. How does RecyclerView display items?

    Choose as many answers as you see fit.

  6. Which of the following are necessary to use DiffUtil?

    Choose as many answers as you see fit.

  7. Which of the following are layout managers provided by Android?

    Choose as many answers as you see fit.

  8. Where do you add the android:onClick attribute to make items in a RecyclerView respond to clicks?

  9. Which of the following statements is true about ViewHolder?