SM

Blog

Dependency Injection in Android with Hilt

Sanjay MohanSanjay 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....

AndroidDependency InjectionKotlinHiltSoftware Architecture

Getting Started with Jetpack Compose

Sanjay Mohan

Learn the basics of modern Android UI development with Jetpack Compose, including composable functions, state management, and best practices....

AndroidJetpack ComposeKotlinUI Development

Clean Architecture in Android

Sanjay Mohan

A comprehensive guide to implementing Clean Architecture in your Android apps, covering core principles, layers, and implementation strategies....

AndroidClean ArchitectureKotlinSoftware Design