This is a sample app that shows a list of dog images of a selected dog breed
- Coroutines: Multithreading and asynchronous API Call (Deferred and Await)
- Hilt: Dependency injection
- Retrofit, OkHttp, Gson and Kotlin Coroutines Adapter: Networking
- LiveData: Observe data to update UI
- Glide: Downloading and displaying images
- MVVM: Architecture of the project
- Navigation
- View Binding
- Used free TheDogApi to get breeds and dog images