Question: using kotlin in android In this assignment, you will build an application that connects to an API service and shows a result in RecyclerView Youre
using kotlin in android
In this assignment, you will build an application that connects to an API service and shows a result in RecyclerView Youre not expected to follow MVVM structure for this assignment Make sure you review and understand the following lecture slides:
Final Application When you open the application, the app displays a list of dog breeds Each item in the list is determined by the dogs main breed (breed) and sub-breed (subBreed) The items in the list is sorted by: main breed first (a-z) and then by sub breed (a-z) if the breed names are the same The items in the list should have a title with the following format:
Using the PokeDex application as guideline, setup the project to use Retrofit to get the data from the Dog API
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
