Lilly
02/17/2021, 8:28 PMcompose-router
which is relative outdated. It feels like in the long run there will be only navigation-compose
. I would be fine with switching to navigation-compose, but would like to hear some thoughts and feedbackDenis
02/17/2021, 8:32 PMIan Lake
02/17/2021, 8:33 PMrsktash
02/17/2021, 8:34 PMIan Lake
02/17/2021, 8:36 PMLilly
02/17/2021, 9:00 PMDenis
02/17/2021, 9:10 PMLilly
02/17/2021, 9:25 PMJavier
02/17/2021, 9:26 PMLilly
02/17/2021, 9:26 PMYep, Decompose was actually what we were talking about in that other threadCan you please link the thread here. I would like to have a look
Ian Lake
02/17/2021, 9:35 PMnavigation-runtime
is the generic core for Navigation. It doesn't depend on views, fragments, compose, or anything. It is totally agnostic to any type of Navigator
. Navigation Compose is a compose specific layer on top of that agnostic core that knows how to navigate between composables (just like navigation-fragment
, a totally separate artifact, knows how to navigate between fragments)Lilly
02/17/2021, 9:51 PMI linked it above already?Upsi my bad.
Just for reference,ok cool, good to know. Thanks for your thoughts guys!is the generic core for Navigation.navigation-runtime