Fragment ViewModel Sharing Not Persisting Across Configuration Changes in Android 14
👀 Views: 0
💬 Answers: 1
📅 Created: 2025-07-27
android viewmodel jetpack
I'm facing an issue where a shared ViewModel across two fragments is not retaining its state after a configuration change (like screen rotation). I'm using Andr...