Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 836 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 836 Bytes

MPV with Dagger2 and RxJava

MVP with Dagger 2 and RX. A Clean Modern Android App Code

This code is just a learning as an implementation of the use of use Dagger 2 to inject MVP layers (Model-View-Presenter) into each Activity/Screen of your App. So your code will be clean, maintainble, and easy to test : wich is the three thing each developer have to keep in mind when developing mobile apps.

Feel free to fork it and change it!