You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
@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.
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.
The text was updated successfully, but these errors were encountered: