Update navigation library and refactor the navigation of template to reflect with new style #592
kaungkhantsoe
started this conversation in
RFCs
Replies: 1 comment
-
There are some aspects we should consider for the migration 💡 Previously, we created the AppDestination to handle these things:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Issue
Previously, with the old navigation library version
2.7.*
, we used to navigate using route strings as follows:Solution
With the new navigation library version
2.8.*
, we can navigate using as follows:As you can see, there have been major changes in navigation and passing parameters between destinations.
For more information, please visit the following links 🙇
Who Benefits?
Android developers
What's Next?
3 votes ·
Beta Was this translation helpful? Give feedback.
All reactions