Movie reference application with help of retrofit library & MVVM architecture. Here's the specifics:
- Communicating with a webservice (rest api) using Retrofit2
- MVVM Architecture: ViewModel, Repository, Client structure
- ViewModels
- Observables, LiveData, MutableLiveData...