Is there any example on coordinator pattern in navigation compose
l
Lucien Guimaraes
09/28/2021, 1:45 PM
I'm using coordinator pattern in my project, it's heavily coupled with Dagger but I'm trying to slowly migrate to compose navigation. IMO compose navigation is less boilerplate and more reusable as we can use nestedGraph
Lucien Guimaraes
09/28/2021, 1:52 PM
is there any reason you would like to go with coordinator pattern ?
n
Napa Ram
09/28/2021, 3:57 PM
because of Navigation only, i am planning for navigation
l
Lucien Guimaraes
09/28/2021, 4:16 PM
Can you be more precise please ? I might be able to help with more context!
Lucien Guimaraes
09/28/2021, 4:16 PM
what would you like to achieve that you can't do with just using navigation compose ?