I'm beginner, can any one guide me to some good list of articles or tutorials for dagger?
b
bdawg.io
04/13/2019, 5:41 PM
I really enjoyed the tech talks by @jw when I first got started
d
David
04/13/2019, 8:51 PM
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
Ayokunle Paul
04/13/2019, 11:47 PM
Check out coding flow on YouTube.
k
Kavin
04/14/2019, 3:34 AM
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
bdawg.io
04/14/2019, 3:51 PM
Yeah, going directly into dagger should be under the assumption that you understand well the problem it tries to solve