Skip to content

An example to showcase MVP in Android using Clean Architecture approach with RxJava2, Dagger2, and Retrofit2.

Notifications You must be signed in to change notification settings

michael-huang/mvp-clean

Repository files navigation

mvp-clean

This is a top movies example. It showcases a simple implementation of the Model-View-Presenter pattern with Uncle Bob’s Clean Architecture. It uses Retrofit2 framework and uses Dagger2 dealing with dependency injection to provide a repository with different data sources from omdb and tmdb. Asynchronous tasks are handled with RxJava2.

References:
Architecting Android…The clean way?
Architecting Android…The evolution

About

An example to showcase MVP in Android using Clean Architecture approach with RxJava2, Dagger2, and Retrofit2.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages