Skip to content

Commit 888b666

Browse files
committed
Update to final example app links and doc pull info
1 parent 696190c commit 888b666

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

_posts/2025-12-18-exploring-the-swift-sdk-for-android.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,7 @@ allows Swift to seamlessly integrate with the Android platform.
3131
The [`jextract` tool gained a JNI mode this summer](/blog/gsoc-2025-showcase-swift-java/):
3232
you can watch its author Mads Odgaard's [Server Side Swift Conference talk from a couple months ago](https://www.youtube.com/watch?v=tOH6V1IvTAc)
3333
and try out [the new weather example app he submitted in the Android examples repository](
34-
https://github.com/swiftlang/swift-android-examples/pull/25). (editor: linking his pull
35-
for now, we'll swap in the link to the final directory once that example is merged by morning PST)
34+
https://github.com/swiftlang/swift-android-examples/tree/main/swift-java-weather-app). (editor: link not live yet)
3635

3736
## Swift on Android in production
3837

@@ -125,16 +124,16 @@ The Left Bit's Pierluigi Cifani [recently wrote about their experiences](https:/
125124
gave [a great talk at NSSpain 2025 a couple months ago](https://youtu.be/EIGl6GOo210),
126125
and was [interviewed by Swift Toolkit last month](https://www.swifttoolkit.dev/posts/dc-pier).
127126

128-
A [community member recently contributed an example app](https://github.com/swiftlang/swift-android-examples/pull/24)
127+
A [community member recently contributed an example app](https://github.com/swiftlang/swift-android-examples/tree/main/hello-cpp-swift)
129128
that builds C++ using CMake and links it with Swift, using Swift's automated JNI bridging
130-
to Java instead. (editor: not sure we will get this in, but might be a good example to highlight for some)
129+
to Java instead.
131130

132131
## Swift 6.3 SDK nightly previews
133132

134133
Finally, we are happy to announce that [an official Swift 6.3 SDK CI](https://ci.swift.org/job/oss-swift-6.3-package-swift-sdk-for-android/)
135134
has been set up, and it is producing [nightly preview releases of the Swift 6.3 SDK for Android](/install/macos/#swift-sdk-buindles-dev).
136135
Please follow the [Getting Started guide](/documentation/articles/swift-sdk-for-android-getting-started.html)
137-
to install and use it. (editor: I will update that guide by 7 AM Thursday PST with 6.3 SDK info)
136+
to install and use it. (editor: https://github.com/swiftlang/swift-org-website/pull/1275 will need to be merged alongside this post)
138137

139138
Swift on Android has been a community effort for the last decade, growing
140139
from that initial patch to apps in production and an active group of developers.

0 commit comments

Comments
 (0)