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
- Host: GitHub
- URL: https://github.com/pureswift/android
- Owner: PureSwift
- License: mit
- Created: 2018-03-21T17:51:02.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-11-30T10:52:33.000Z (about 3 years ago)
- Last Synced: 2024-10-30T17:19:05.315Z (over 1 year ago)
- Topics: android, java, jni, jvm, kotlin, swift
- Language: Swift
- Size: 801 KB
- Stars: 51
- Watchers: 7
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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