Android Dagger/Hilt vs Koin for Jetpack ComposeĀ Apps Ahh, here we go again. The eternal struggle between Dagger/Hilt and Koin. Let's see which one is better for Jetpack Compose apps!
Jetpack Compose Why using Navigation-Compose in your Jetpack Compose app is a bad idea In this article, Iām going to talk about my experience with both Navigation-Compose and Fragments in a Jetpack Compose app. You will learnā¦
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.