Bindings for Android ndk, generated with nswrap
Go to file
Greg b311ea29d6 Update to newer nswrap, gogio. 2019-10-07 10:41:51 -04:00
android27 Update to newer nswrap, gogio. 2019-10-07 10:41:51 -04:00
android28 Update to newer nswrap, gogio. 2019-10-07 10:41:51 -04:00
android29 Update to newer nswrap, gogio. 2019-10-07 10:41:51 -04:00
examples/sensors Update to newer nswrap, gogio. 2019-10-07 10:41:51 -04:00
.gitignore go mod init 2019-10-03 09:24:35 -04:00
README.md Update to newer nswrap, gogio. 2019-10-07 10:41:51 -04:00
android27.yaml Update to newer nswrap, gogio. 2019-10-07 10:41:51 -04:00
android28.yaml Update to newer nswrap, gogio. 2019-10-07 10:41:51 -04:00
android29.yaml Update to newer nswrap, gogio. 2019-10-07 10:41:51 -04:00
go.mod Update to latest Gio version. 2019-10-03 11:32:15 -04:00
go.sum Update to latest Gio version. 2019-10-03 11:32:15 -04:00

README.md

android-go

Bindings for Android ndk, generated with nswrap. An example app is included in examples/sensors. To try it on your Android device:

go install gioui.org/cmd/gogio
go get git.wow.st/gmp/android-go/examples/sensors
cd $GOPATH/src/git.wow.st/gmp/android-go/examples/sensors
gogio -target android -minsdk 27 .
adb install -r sensors.apk