Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Navigation usage examples is missing for Compose #900

Open
atonamy opened this issue Nov 22, 2022 · 2 comments
Open

Navigation usage examples is missing for Compose #900

atonamy opened this issue Nov 22, 2022 · 2 comments

Comments

@atonamy
Copy link

atonamy commented Nov 22, 2022

Current documentation is missing part how to use navigation between widgets and screens in Workflow especially with Jetpack Compose.

Could be nice to provide solid examples (for Compose) with classic navigation usage (with backstack) and with bottom navigation where navigating to particular screen is done by clicking bottom navigation bar sections with reusable state for each screen so while switching between screens the all this states is preserved.

@rjrjr
Copy link
Contributor

rjrjr commented Mar 16, 2023

Def. agree our docs and examples still have a glaring hole here. Could you elaborate on what you mean when you say "classic navigation"?

@atonamy
Copy link
Author

atonamy commented Mar 17, 2023

@rjrjr classic navigation means ordinary navigation from one screen to another in one direction preserving back stack.
For example user navigated from A -> B -> C screen then user click back button on screen C and able to get back to B then from B to A.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants