Skip to content

A sample app structure using the MVVM architecture using Retrofit, Dagger2, LiveData, RxJava, ViewModel and Room.

License

Notifications You must be signed in to change notification settings

Levi-Moreira/MockAppMVVM

Repository files navigation

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:

Releases

No releases published

Packages

No packages published

Languages