https://kotlinlang.org logo
#compose
Title
# compose
j

Joe Masilotti

07/03/2020, 11:42 PM
In the JetNews sample application in `Navigation.kt:98`:
This is expected to be replaced by the navigation component, but for now handle navigation manually.
What is “the navigation component?”
v

Vinay Gaba

07/04/2020, 12:34 AM
They mean this - https://developer.android.com/guide/navigation/navigation-migrate They are planning on making this compose friendly so that the integration is seamless.
j

Joe Masilotti

07/04/2020, 12:34 AM
So right now I shouldn’t try and integrate it with Compose, right?
v

Vinay Gaba

07/04/2020, 12:37 AM
In theory you can but it will require a lot more code right now since you will have to do all the heavy lifting 😅
j

Joe Masilotti

07/04/2020, 12:41 AM
Gotcha. Thanks for the heads up! I’m guessing there is no expected timeline for when it will be released, right?
👍🏼 1
v

Vinay Gaba

07/04/2020, 3:46 AM
I can bet its going to be in 2020 if that helps 😛 I’m sure there are a few people here who can answer this question a lot better than I can though!
t

Theo

07/04/2020, 8:37 AM
I'm using compose-router which is third party and works OK, I will eventually replace it with the official solution though
j

Joe Masilotti

07/04/2020, 12:42 PM
Makes sense 🙂 Thanks for the help!