Android ViewModel Not Retaining State with Custom LiveData Transformation
👀 Views: 0
💬 Answers: 1
📅 Created: 2025-07-16
android viewmodel livedata kotlin
I'm experiencing an issue where my `ViewModel` does not retain state after a configuration change, specifically when I use a custom `LiveData` transformation. I...