In the JetNews sample application in `Navigation.k...
# compose
j
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
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
So right now I shouldn’t try and integrate it with Compose, right?
v
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
Gotcha. Thanks for the heads up! I’m guessing there is no expected timeline for when it will be released, right?
👍🏼 1
v
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
I'm using compose-router which is third party and works OK, I will eventually replace it with the official solution though
j
Makes sense 🙂 Thanks for the help!