-
Notifications
You must be signed in to change notification settings - Fork 6.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Suggestion - Dagger and Dependency Injection #31
Comments
I also like butterknife as well. Definitely agree a guide on these tools would be awesome I use one of these in every project. I added it to the master list of topics. Would love a guide on these. |
Yea, ButterKnife is cool for injecting views in general. Together with Dagger - awesome ;) |
I have experience with Dagger / Roboguice and I highly recommend it! |
I think Dagger2 is the way to go now. It is vastly simpler than Dagger1. |
agree. ButterKnife makes view creating much easier |
@vinc3m1 sample project: https://github.com/vinc3m1/nowdothis on dagger 2. |
Here's a slide deck to link in the guide: https://docs.google.com/presentation/d/1bkctcKjbLlpiI0Nj9v0QpCcNIiZBhVsJsJp1dgU5n98/edit#slide=id.p |
Dependency injection support which is offered by Dagger tool can make our lives more pleasant. Moreover, writing tests is more easier.
I would enjoy contributing to a guide about this. Let me know if you have an interest.
The text was updated successfully, but these errors were encountered: