Hi, all. Im’ pretty new to using Kotlin. I’m looki...
# getting-started
d
Hi, all. Im’ pretty new to using Kotlin. I’m looking for a good tutorial for how to build a cross-platform (iOS, Android) user interface for an app I’m tinkering with. Any suggestions?
s
you don't, at least for now. The Kotlin Multiplatform Mobile way has been to share logic across Android and iOS, but not UI. There was recently an announcement (which I can't find right now) in which Jetbrains anounced that they were working on a new mobile crossplatform-UI, now that the new memory manager is done. But it's not even in Alpha yet.
👍 1
today's options for cross-platform ui would be Flutter (programming in Dart) or react-native (programming in JavaScript 😐 or possible TypeScript??)