Articles in this series
A Beginner's Guide to Android Content Providers in Kotlin · If you've ever wondered how Android apps share data or how they manage to access and...
Protecting, Shrinking, Best Practices and Practical Examples · Android app development is an exciting endeavor that involves crafting user-friendly...
Where to hold the UI State (Compose) in Android and Why? · Introduction In Android, the recommended practice is to hold a UI-related state (Compose UI...
Dive deeper into Android Intents and explore the concepts and implementation details more comprehensively. · Android Intents play a crucial role in...
SavedStateHandle: APIs, how it works with ViewModel and survive the Configuration changes. · Basic SavedStateHandle, introduced in the AndroidX library,...
Exploring Caching in Android: Strategies, Implementation, and Considerations for Optimal Performance and Limitations. · Delve into the world of caching...