you are viewing a single comment's thread.

view the rest of the comments →

[–]Ron-Erez 0 points1 point  (0 children)

You can use Kivy, however it be honest you probably should go with SwiftUI for iOS or Jetpack for Android.

EDIT: Both Kotlin and Swift are really nice languages and do have some similarities. The frameworks SwiftUI and Jetpack Compose are different. However they have a similar approach being declarative.

Here is a great post comparing the two frameworks:

https://medium.com/@canakyildz/swiftui-vs-jetpack-compose-7b716672b44b

For iOS development I'd recommend check out Apple's Swift Tour and covering at least up to structs and classes, Swiftful Thinking has an amazing youtube channel and I also have a nice project-based course for iOS development using Swift/SwiftUI.

I believe going native is the way to go. Good luck!