Join Slack
Communities
Powered by
I finally got to implement one approach I mentione...
# compose
f
Felix Schütz
10/28/2021, 11:01 AM
I finally got to implement one approach I mentioned in
https://github.com/google/accompanist/issues/729
:
https://github.com/fschuetz04/compose-navigation-test
. This is a very very bare-bones implementation, but it works surprisingly well. I still need to add all the fancy navigation stuff and animations. Can this approach be made compatible with AndroidX navigation?
Felix Schütz
10/28/2021, 11:01 AM
Also, unfortunately issue 729 in Accompanist is closed, but I really think it should be reopened.
Felix Schütz
10/28/2021, 11:02 AM
Example "API" usage can be seen in
https://github.com/fschuetz04/compose-navigation-test/blob/main/app/src/main/java/de/felix_schuetz/compose_navigation_test/AppNavHost.kt
.
m
manueldidonna
10/29/2021, 12:47 PM
This is an annoying issue that exists also in the current view based toolkit. It’s really difficult to smoothly animate the navigation views in according to the nav-destination views
2
Views
Open in Slack
Previous
Next