Dependency Injection in Android with Hilt May 18, 2025 • Sanjay Mohan Dependency Injection (DI) helps decouple components and improves testability. Hilt is Android's recommended DI framework built on top of Dagger, providing a simplified way to manage dependencies....
Android Dependency Injection Kotlin Hilt Software Architecture
Getting Started with Jetpack Compose March 15, 2024 • Sanjay Mohan
Learn the basics of modern Android UI development with Jetpack Compose, including composable functions, state management, and best practices....
Android Jetpack Compose Kotlin UI Development
Clean Architecture in Android March 10, 2024 • Sanjay Mohan
A comprehensive guide to implementing Clean Architecture in your Android apps, covering core principles, layers, and implementation strategies....
Android Clean Architecture Kotlin Software Design