Learn how to gradually migrate your Android app from Dagger to Hilt with a step-by-step guide for dependency injection.
android
47 articles in this category
2021 (2 posts)
Discover Hilt, a simplified dependency injection library built on top of Dagger for Android development.
2020 (3 posts)
Encrypt sensitive data in Android using Jetpack Security library for EncryptedSharedPreferences and EncryptedFile.
Understand Clean Architecture principles and learn how to structure your Android app into testable, maintainable layers.
Detect, diagnose, and fix Application Not Responding (ANR) errors in Android apps with practical solutions.
2017 (1 post)
Master RxJava basics including Observables, Observers, and Schedulers for reactive programming in Android.
2016 (2 posts)
Implement dependency injection in Android using Dagger2 framework for better code structure and testability.