Bindings for Android ndk, generated with nswrap
Go to file
Greg f434092233 Add README.md 2019-10-03 12:06:26 -04:00
android27 Updates to nswrap.yaml. 2019-10-03 09:18:04 -04:00
examples/sensors Update to latest Gio version. 2019-10-03 11:32:15 -04:00
.gitignore go mod init 2019-10-03 09:24:35 -04:00
README.md Add README.md 2019-10-03 12:06:26 -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
nswrap.yaml Updates to nswrap.yaml. 2019-10-03 09:18:04 -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 .
adb install -r sensors.apk