is there an article about best practices for compo...
# compose
h
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
You have a project example called
nowinandroid
that shows how Google team thinks it's best to do it in a multi-modular environment.