A simple project that fetches cat facts datastream(page by page) from a remote service api to show them in a recyclerview
- MVVM clean application architecture
- Extensive use for the LiveData with viewmodel
- Using RxJava
- Using Dagger2 and Butterknife to add support for dependency injection.
- Using Retrofit as a rest http client with GSon