Dependency Injection And Dependency Inversion Using Dagger 2 for Android Apps
Dependency injection has became very popular subject among software developers. And there is an excellent reason for that, as it helps writing highly maintainable code that is easy to test. This short article explains what dependency injection is, what problems can it solve, highlights central concepts behind it and presents how it can be implemented […]
Read more• • •