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!