Jetpack Compose How to make Jetpack Compose navigation easier and testable Navigating in Jetpack Compose is pretty simple as you may already know. You just declare a NavHost with all your destinations and a NavHostController that will remember the navigation state and will let you controll your navigation.
Android Make sure to update your StateFlow safely in Kotlin! Hi, today I come to you with a quick tip on how to update your StateFlows safely in Kotlin.