AndroidX : Mastering JetPack Lifecycle.
Efficiently manage Android component lifecycles with AndroidX Lifecycle Library, using key concepts and practical examples for cleaner architecture.
Jun 28, 20246 min read573

Search for a command to run...
Articles tagged with #architecture
Efficiently manage Android component lifecycles with AndroidX Lifecycle Library, using key concepts and practical examples for cleaner architecture.

Dealing with transient failures or intermittent issues using Retry Design Pattern in Kotlin.

Understanding what is Design Principles, Design Patterns, Architecture Design with examples.

SavedStateHandle: APIs, how it works with ViewModel and survive the Configuration changes.
