This is an Android application to visualize albums and photos using data from JSONPlaceholder.
This app contains three screens:
- Image albums screen
- Photos screen
- Photo detail screen
Offline support using Room and RxJava.
Uses ViewModels and LiveData from Architecture Components with an MVVM architecture.
Remote data: Backend communication using Retrofit and RxJava.