rps
10/19/2022, 5:49 PMrps
10/19/2022, 6:02 PMCorey
10/19/2022, 6:33 PMrps
10/19/2022, 6:54 PMrocketraman
10/19/2022, 9:20 PMJimmy
10/20/2022, 12:49 AMJens Knutson
10/20/2022, 5:52 AMStylianos Gakis
10/20/2022, 8:14 AMwhat exactly is compose navigation? is that basically just jetpack navigation with some DSLsCompose navigation is the
androidx.navigation:navigation-compose
artifact as explained here https://developer.android.com/jetpack/compose/navigation
I’m not using it personally so don’t know more details, but I think it uses a lot of the same internals under the hood as normal navigation, but it’s slightly different in some aspects.Jimmy
10/21/2022, 12:08 AM