Load and display images from the internet

  1. Which of the following is not a common HTTP operation/method:

  2. The response from a REST web service is commonly formatted in one of the common data transfer formats like XML or JSON.

  3. Which of the following is not true for the Retrofit library:

  4. Which of the following applies to a Singleton pattern:

  5. Each JSON object contains the following:

  6. Following Android’s recommended app architecture guidelines, an app should have which of the following:

  7. The advantages of using Dependency Injection (DI) in your app include which of the following:

    Choose as many answers as you see fit.

  8. If your app has more than one type of data source, they should all be stored in the same repository for ease of use.

  9. Which of the following is used to replace the Main dispatcher with a TestDispatcher in a local unit test:

  10. The runTest() function can be used to test suspend functions.