Skip to content

Commit 79c00a9

Browse files
committed
Expand GUI tools info
1 parent 9d115da commit 79c00a9

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

_posts/2025-11-21-exploring-the-swift-sdk-for-android.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -49,15 +49,19 @@ the debugger and [Swift Language Server Protocol tool, sourcekit-lsp](/blog/gsoc
4949
into editors like [Visual Studio Code](/blog/gsoc-2025-showcase-swiftly-support-in-vscode/),
5050
Android Studio, and [CodeEdit](https://www.codeedit.app/), another issue on our board.
5151

52-
### Sharing Logic Versus Sharing UI
52+
## Sharing Logic Versus Sharing UI
5353

54-
A common concern is that we do not provide a cross-platform GUI toolkit. As we
55-
write in [our draft vision document](https://github.com/swiftlang/swift-evolution/blob/807b844be42db582e434d1667fc907ae7a7a8775/visions/android.md),
54+
Swift on Android is primarily suited to sharing business logic, as we do not provide
55+
a cross-platform GUI toolkit. As we write in [our draft vision document](https://github.com/swiftlang/swift-evolution/blob/807b844be42db582e434d1667fc907ae7a7a8775/visions/android.md),
5656
the Android workgroup has no plans to create such a GUI toolkit, but will instead
57-
curate a list of cross-platform UI tools. See [our recent post in the Swift forums](https://forums.swift.org/t/swift-gui-toolkits-for-android/83337)
58-
listing a handful of popular and in-progress options.
57+
curate a list of cross-platform UI tools.
5958

60-
### Diving in
59+
See [our recent post in the Swift forums](https://forums.swift.org/t/swift-gui-toolkits-for-android/83337)
60+
that lists a handful of popular and in-progress options we found, but have not
61+
validated regarding what their authors claim. We will work with those devs in the
62+
coming months to add more info on using their GUI tools with the Swift SDK for Android.
63+
64+
## Diving in
6165

6266
Finally, we intend to bring you interviews and information from those using Swift
6367
on Android already, as pioneers like [Readdle](https://readdle.com/blog/swift-for-android-our-experience-and-tools)

0 commit comments

Comments
 (0)