Hello guys. I am on my first steps on compose deve...
# compose-desktop
m
Hello guys. I am on my first steps on compose development. I have a question that maybe you can help me. When we use Android, we can use intents, navigation component, fragment manager to navigate to the new screens... how we can do this on compose for desktop?
c
you can still use all this since compose interops with the previous View system but you don’t need fragments for ex, nav component exists but used slightly differently and you probably will use implicit intents but not explicit intents for your screens
m
I searched a lot by and example of use of of the navigation component for desktop, but I didn't find. Is there some example/tutorial of this?
a
👏 1