Slide 26
Slide 26 text
Navigating with Compose 🧭
Feature isolation
●
Currently, a global router manages the navigation
between Activity, Fragments, modals and external links
●
The router has its own stack and is very tight to the View
framework
●
So how to introduce our new Compose navigation that
can coexist with the current one? 💡