Save UI state in Compose | Jetpack Compose | Android Developers
This document explains how to save and restore UI state in Jetpack Compose, covering different APIs like `rememberSaveable` and `SavedStateHandle` for various scenarios including configuration changes and system-initiated process death.