Hi Everyone, guide me. I want to add new screen in...
# compose
m
Hi Everyone, guide me. I want to add new screen in my app without making new activity. My case is that in MainActivity UI has setting button when user click on button then new screen open from left side.
f
You can read about navigation in compose docs
m
Let me check
v
@Muhammad Zaryab Rafique Jetpack Compose Samples. The navigator is used there. https://github.com/android/compose-samples/tree/master
m
@Filip Wiesner @Vitaliy Zarubin Thanks for sharing. Let me check and understand