workflow-kotlin icon indicating copy to clipboard operation
workflow-kotlin copied to clipboard

Navigation usage examples is missing for Compose

Open atonamy opened this issue 3 years ago • 2 comments
trafficstars

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.

atonamy avatar Nov 22 '22 03:11 atonamy

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

rjrjr avatar Mar 16 '23 18:03 rjrjr

@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.

atonamy avatar Mar 17 '23 03:03 atonamy