Android application that demonstrates the information obtained from The Movie DataBase API. The application's home page consists of a infinite list of the popular TV shows given by the API. The list items are clickable and each one of them leads to a screen with more details of the selected TV Show. The detail screen should show a horizontal infinite list containing related TV Shows.
- LiveData
- ReactiveX and RxJava
- Paging Library
- Android Architecture Components
- Retrofit
- Add view model testing;
- Add loaders;