8000 GitHub - PureSwift/Android: Swift library for Android
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

PureSwift/Android

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Android

Swift bindings to Android SDK (via Java Native Interface)

Compile

Tested against @finagolfin Swift Android SDK v6.0.3

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

0