Kotlin Fundamentals: Connect to the internet quiz

  1. What are the two key things Retrofit needs to build a web-services API?

  2. What is the purpose of the Moshi library?

  3. What are Retrofit call adapters used for?

  4. Which Glide method do you use to indicate the ImageView that will contain the loaded image?

  5. How do you specify a placeholder image to show when Glide is loading?

  6. How do you indicate that a method is a binding adapter?

  7. What does the tag in an XML layout file do?

  8. How do you add a query option to a REST web-service call in Retrofit? Select all that apply.

    Choose as many answers as you see fit.