IN KMM how to switch between screens like in andro...
# multiplatform
s
IN KMM how to switch between screens like in android from one activity to another. Is there any way i can write a single code to switch between ios and android screen.
g
You can implement a simple navigation logic yourself or use a library like https://arkivanov.github.io/Decompose/getting-started/quick-start/
g
The architecture module of our library Kaluga provides support for navigating in UIKit, Activities and Android Compose. https://github.com/splendo/kaluga/tree/develop/architecture#navigation We also support SwiftUI through https://github.com/splendo/kaluga-swiftui