HackerTrans
トップ新着トレンドコメント過去質問紹介求人

joanniso

no profile record

コメント

joanniso
·9 か月前·議論
Yes, Skip is a major contributor to this effort!
joanniso
·9 か月前·議論
Metal cannot be used on Android. Your business logic can be ported - if it's separated as a library. If you don't want to separate it, Skip can handle bridging a lot of Apple libraries including SwiftUI.
joanniso
·9 か月前·議論
I'm pretty happy with that number, considering this ecosystem is _brand new_. This is the lowest it'll be.
joanniso
·9 か月前·議論
The post doesn't display Xcode but Android Studio. While with Skip you can build & run through Xcode, that's not something we support right now.

You can build the Swift part in Xcode, VSCode or your favorite editor. But the Android builds don't work with Xcode today.
joanniso
·9 か月前·議論
The SDK doesn't quite work that way, your iOS-specific dependencies like SwiftUI and UIKit aren't available. For SwiftUI development, [Skip](https://skip.tools/) has a transpiler that translates your SwiftUI code into Jetpack Compose.

Without Skip, you can still share other code through JNI - similar to Kotlin Multiplatform.