This commit is contained in:
coco
2026-07-15 16:57:36 +08:00
parent 723ce1af5c
commit 95aa018b8b
314 changed files with 8910 additions and 0 deletions
@@ -0,0 +1,12 @@
# Navigation
## On Android
In Android Projects you can use the [Jetpack Compose Navigation](https://developer.android.com/jetpack/compose/navigation)
[Codelab Jetpack Compose Navigation](https://developer.android.com/codelabs/jetpack-compose-navigation#0)
## Multiplatform
When you need a multiplaform solution for Routing, you can use [Decompose](https://github.com/arkivanov/Decompose)
[Decompose Navigation Overview](https://arkivanov.github.io/Decompose/navigation/overview/)