Lesson 10: Advanced RecyclerView use cases

  1. How does RecyclerView display items? Select all that apply.

    Choose as many answers as you see fit.

  2. What are the benefits of using RecyclerView? Select all that apply.

    Choose as many answers as you see fit.

  3. What are some of the reasons for using adapters? Select all that apply.

    Choose as many answers as you see fit.

  4. Which of the following are true of ViewHolder? Select all that apply.

    Choose as many answers as you see fit.

  5. Which of the following are necessary to use DiffUtil? Select all that apply.

    Choose as many answers as you see fit.

  6. Which of the following are true about binding adapters?

    Choose as many answers as you see fit.

  7. Which of the following are layout managers provided by Android? Select all that apply.

    Choose as many answers as you see fit.

  8. What is a span in GridLayoutManager?

  9. Where do you add the android:onClick attribute to make items in a RecyclerView respond to clicks? Select all that apply.

    Choose as many answers as you see fit.

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