When developing Android applications using Kotlin and XML layouts, handling configuration changes gracefully is crucial for a smooth user experience. Configuration changes, such as screen […]
Read moreTag: SavedStateHandle Compose
Compose Navigation: Passing Data Between Screens
In Jetpack Compose, navigation is an essential part of creating a multi-screen application. An important aspect of navigation is the ability to pass data between […]
Read more