For a new Android Project(I’m comming from iOS), w...
# android
s
For a new Android Project(I’m comming from iOS), what should I use? Jetpack Compose or Flutter?
i
Jetpack Compose is still experimental
m
Neither, Compose is experimental, and Flutter is an unrelated cross-platform library that doesn't use Kotlin, so if you want to use native Kotlin code, you do UI in normal XML.
l
You can do UIs with Kotlin code using #splitties Views DSL.