An open API service indexing awesome lists of open source software.

https://github.com/pureswift/android

Swift library for Android
https://github.com/pureswift/android

android java jni jvm kotlin swift

Last synced: 6 months ago
JSON representation

Swift library for Android

Awesome Lists containing this project

README

          

# AndroidKit

Swift bindings to Android SDK (via Java Native Interface) and NDK.

## Compile

Tested against [Skip Tools](https://skip.tools/docs/gettingstarted/#installation)

There is an included example Android application under `/Demo`.

```
cd Demo
./setup.sh
./build-swift.sh
```

Then you can compile the app from the Android IDE.

### See Also

- [AndroidSwiftUI](https://github.com/PureSwift/AndroidSwiftUI) - SwiftUI for Android
- [AndroidBluetooth](https://github.com/PureSwift/AndroidBluetooth) - Swift Bluetooth stack for Android
- [BluetoothLinux](https://github.com/PureSwift/BluetoothLinux) - Pure Swift Linux Bluetooth Stack
- [CoreModel](https://github.com/PureSwift/CoreModel) - Pure Swift ORM