Custom ViewModel not retaining state after configuration change in Android 14
👀 Views: 2
💬 Answers: 1
📅 Created: 2025-06-08
android viewmodel kotlin configuration-change jetpack
I'm encountering an issue where my custom `ViewModel` is not retaining its state after a configuration change, specifically when rotating the device. I have set...