Skip to content

Latest commit

 

History

History
17 lines (8 loc) · 1.15 KB

README.md

File metadata and controls

17 lines (8 loc) · 1.15 KB

DaggerTwoBaseArchitecture

This dagger 2 implementation is giving support to some blog post that I've posted this week talking about my experience with Dagger 2. This implementation and the blog post try to be an approach that keeps the best practices I've learnt during the days I've spent playing with Dagger 2. Of course is not the best and nor the cleaner, but at least I feel more confortable with this implementation than with any other I've found googling. Anyway I really encourage readers to improve this approach, c'mon fork it, try something interesting and don't fotget... SHARE IT!!

Don't laught about UI ... "What is essential is invisible to the eye" ... XD

PD: I would really appreciate any comment or feedback you could give me!

References:

http://fsergio101dev.blogspot.com.es/2015/08/dagger-2-implementation.html --> Blog post about this code, follow and you will get an explanation about how has been this implementated.

http://fsergio101dev.blogspot.com.es/2015/08/dagger-2-why-not.html --> Blog post about motivation of writting this code.

https://github.com/android10/Android-CleanArchitecture --> Clean architecture with dagger 2 implementation