Join Slack
Powered by
IN KMM how to switch between screens like in andro...
# multiplatform
s
SanjayKarki
07/11/2023, 3:35 AM
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
Giuliopime
07/11/2023, 4:40 AM
You can implement a simple navigation logic yourself or use a library like
https://arkivanov.github.io/Decompose/getting-started/quick-start/
g
Gijs van Veen
07/11/2023, 8:33 AM
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
15
Views
Open in Slack
Previous
Next