Dagger 2 — Demo AppThis post will demonstrate an app that uses Dagger-2 for dependency injection. This post assumes that you know Retrofit, MVVM and Basic…Sep 11, 2023Sep 11, 2023
Dagger 2 — Free diveIn the last post, we discovered how to setup Dagger-2 for Android. In this post, we’d explore some of the most commonly used annotations…Sep 11, 2023Sep 11, 2023
Dagger 2: Dependency Injection in Android — Tipping toesDependency Injection(DI) is a concept where instead of creating dependencies inside a class, we inject it from outside. This helps us…Sep 11, 2023Sep 11, 2023
8 Ways to Deploy Your Project on the InternetAfter countless hours of coding and refining your project, the time has come to share your creation with the world.Sep 2, 2023Sep 2, 2023
Rebase vs. Merge: The Git DilemmaAs developers, one of the most critical decisions we face when collaborating on a codebase is how to integrate changes from different…Sep 2, 2023Sep 2, 2023