Dogs Application
video_2022-09-01_17-08-41.mp4
Requirments:
- ✔ The first screen should request a list of dog breeds from the Dogs API (https://dog.ceo/dog-api/) and present the result in a scrolling list.
- ✔ Tapping a breed from the first list should present the second screen.
- ✔ The second screen should show 10 random dog images of the selected breed.
Addition:
- Full screen application with android insets
- Added the function of updating the list with a swipe, so that each time it will load different pictures
- Caching breeds with local database
- Some Unit Tests
- Dependency Injection (Dagger 2 Android)