Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
Eariel19088yIt's worst when English is not your first language because you have to unravel the Grammar as well as the meaning.
-
@No-one Hahaha Butterknife only injects the view elements, Dagger is a full, lightweight IOC framework, mainly used for dependency injection.
@Mindstormer619 I remember reading that same line a few times after giving up and start doing experiments 😃 -
@jpichardo This. I *did* look into Butterknife earlier before quickly realizing it's not the same thing.
Anything to get away from this documentation clusterfuck. Interestingly, they have an "Android" section that doesn't have a single line on actually adding the library to Android. Just great. -
@Mindstormer619 yeah, I had to look at the examples and read a few tutorials, the problem is they don't tell you how things work, only how to use them.
-
@Eariel well, yeah, but it is focused to views and resources (at least that's what I know) 😊, thnks for the correction btw.
Related Rants
Jesus Christ. Dagger2's documentation has got to be the most convoluted shit I have ever laid my eyes on.
The sheer mental gymnastics I had to do to get through this one line at 2:30 am...
undefined
dependency injection
documentation fail
java
android
dagger2
wtf