🧭 Provide Jetpack Navigation integration #14
semanticer
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It would be nice to provide a simple way of persisting navigation state within the AppState which would be built on top of Jetpack navigation. Alternatively, we will have our own representation and we'll provide simple synchronization between our solution and Jetpack Navigation.
We have a working solution internally so it's not like we have to build this from scratch.
Of course, this should be an optional artifact. Probably something like:
implementation 'com.toggl:komposable-architecture-navigation:0.1.1'
Beta Was this translation helpful? Give feedback.
All reactions