I'm beginner, can any one guide me to some good li...
# dagger
k
I'm beginner, can any one guide me to some good list of articles or tutorials for dagger?
b
I really enjoyed the tech talks by @jw when I first got started
d
I think it would be best to learn Dependency Injection without a helping library? Then once you get bored of writing factories, "graduate" to a boilerplate destructor like Dagger 1 or Guice. Then when you wanna try something new take a look at Dagger 2. Zero to Dagger 2 without context leads to the malestrome of negativity associated with the library IMO!
👍 1
a
Check out coding flow on YouTube.
k
Thanks you everyone. I'm sure @jw talks are good. But as beginner I need more to start with. Obviously it's good to start with out dagger and understand the concept of dependency injection. Later, I can jump into dagger. Sure, I'll go through#CodingFlow channel.
b
Yeah, going directly into dagger should be under the assumption that you understand well the problem it tries to solve
👍 1
g
I really like this series of articles (3 parts), very good for beginners and also covers advanced topics: https://android.jlelse.eu/dagger-2-part-i-basic-principles-graph-dependencies-scopes-3dfd032ccd82