Skip to content

oskmr/swift-android-examples

Repository files navigation

Swift Android Examples

This repository contains sample apps that use the Swift Android SDK.

Build and run

  1. Setup Swift Android SDK
  2. Clone this repository
  3. Open the whole project in Android Studio
  4. Select the sample you want to run in the top bar (you may need to sync gradle first)
  5. Click the play button to run the sample

You can also build the samples from the command line if you prefer. Use ./gradlew build to build everything. For individual tasks, see ./gradlew tasks. To see the tasks for an individual sample, run the tasks task for that directory. For example, ./gradlew :hello-swift:tasks will show the tasks for the hello-swift app.

You can build all sample apps for both the debug and release build types by running ./gradlew assemble.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 45.7%
  • Swift 30.8%
  • Kotlin 23.5%