Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 548 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 548 Bytes

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...