android/codelab-android-dagger

Why is Dagger rarely seen in other example projects

mr-shitou opened this issue · 1 comments

First,Thanks for your nice work on this project,I like it
but
What confuse me is that I can hardly see Dagger in many google's android project.
I(maybe many others) want to know why for this,if it is recommend to use Dagger in Android Project
Looking forward to someone to solve my doubts,and thanks for that

Because it adds a lot of complexity for no gain. Other samples show other features and having dagger in there might confuse developers.