is there an article about best practices for compose navigation? Should I do navigation in seperate composable or should I pass navController to viewmodel and do the navigation from there? What is the recommended way?
k
K Merle
08/30/2022, 7:11 PM
You have a project example called
nowinandroid
that shows how Google team thinks it's best to do it in a multi-modular environment.