Using Dagger2 SubComponents to Propagate Dependancies
dependency Injection makes your code scalable and testable. Dagger2 is almost de-facto dependency Injection framework in Java these days, and, Its supported and used by Google which makes it first…
3