Unable to Persist State in Jetpack Compose on Configuration Change with ViewModel and SavedStateHandle
👀 Views: 3
💬 Answers: 1
📅 Created: 2025-06-02
android jetpack-compose viewmodel savedstatehandle
I'm working on an Android application using Jetpack Compose and ViewModel with SavedStateHandle to persist UI state across configuration changes. However, I've ...