Android : LiveData vs Flow
Detailed comparison table between LiveData and Flow in Android.
Feb 26, 20252 min read118

Search for a command to run...
Articles tagged with #lifecycle
Detailed comparison table between LiveData and Flow in Android.

Efficiently manage Android component lifecycles with AndroidX Lifecycle Library, using key concepts and practical examples for cleaner architecture.

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