#dependency-injection
Read more stories on Hashnode
Articles with this tag
In our last blog post, we tried to set up a basic app with dependency injection that we planned to use in our future blog posts to create a login, and...
In our last post, we tried to create a bare-bones app in Kotlin to understand what MVVM is and how it could be helpful in building large-scale...
In part 1 of this series, we learned what is annotation processing and why is it used. We also learned how annotation processors can create...
You must have noticed while implementing dependency injection in Android using Dagger2, how Dagger effortlessly crafts a dependency graph and provides...
Multibinding is a powerful feature in Dagger 2 that allows you to bind multiple objects into a collection, like a set or a map, even when the objects...
Injecting dependencies into Android Framework Classes is a common challenge when using Dagger2, primarily because these classes are instantiated by...