Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 1.22 KB

README.md

File metadata and controls

21 lines (15 loc) · 1.22 KB

MockAppMVVM

A sample app structure using the MVVM architecture.

This app (for now) simply list the top 10 StackOverflow answerers as well as info about the current user profile.

The libs used:

  • Retrofit - For network calls to the SE Rest API
  • Dagger2 - For Dependency Injection
  • RxJava2 - For interfacing the Repository(Network and Local) layer with the view model layer
  • Glide - For efficient image loading

This app is also an experiment on Architecture Components, so it also uses: