Satyam Sawstymsaw.hashnode.dev·Jan 23, 2024Demystifying Dependency Injection: AndroidWelcome back to our journey into the world of Dependency Injection (DI) in Android app development! In this installment, we'll explore specific use cases and scenarios where employing DI can significantly enhance your app's architecture and functiona...Discuss·101 readsAndroid Technical BlogsAndroid
Satyam Sawstymsaw.hashnode.dev·Jan 16, 2024Demystifying Dependency Injection: AndroidIn the world of making Android apps, Dependency Injection (DI) is like a helpful tool that makes things easier. It's a way of organizing the code that helps developers manage their work better. In this beginner-friendly blog, let's talk about Depende...Discuss·148 readsAndroid Technical BlogsAndroid
Abou Zuhayrblog.zuhayr.dev·Aug 27, 2023Lazy and Provider Injection in Dagger2 : Day 13"Lazy" and "Provider" are two powerful constructs in Dagger2 that give developers more control over when and how dependencies are created and provided. Let's delve into the topic: Lazy and Provider Injection in Dagger2 1. Introduction: In standard Da...Discuss·1.9K readsDependency Injection in Androiddependency injection