A Photo Viewer app to demo Android's clean architecture priciples. Makes a call to Dog API and displays the list of dogs in a LazyColumn.
- Clean Architecture with MVVM ✔️
- Responsive UI with Jetpack Compose ✔️
- Make call to remote endpoint with REST API ✔️
- StateFlow to asynchronously display data ✔️