2014-12-10 18:24:12 +00:00
|
|
|
# Go support for Mobile devices
|
|
|
|
|
|
|
|
The Go mobile repository holds packages and build tools for using Go on Android.
|
|
|
|
|
2015-05-04 14:59:04 +00:00
|
|
|
This is early work and installing the build system requires Go 1.5.
|
|
|
|
Follow the build instructions on
|
|
|
|
[godoc.org/golang.org/x/mobile/cmd/gomobile](http://godoc.org/golang.org/x/mobile/cmd/gomobile)
|
|
|
|
to install the gomobile command and
|
|
|
|
[build the basic example](http://godoc.org/golang.org/x/mobile/example/basic).
|
2014-12-10 18:24:12 +00:00
|
|
|
|
|
|
|
--
|
|
|
|
|
|
|
|
APIs are currently very limited, but under active development. Package
|
|
|
|
documentation serves as a starting point:
|
|
|
|
|
|
|
|
- [mobile/app](http://godoc.org/golang.org/x/mobile/app)
|
|
|
|
- [mobile/gl](http://godoc.org/golang.org/x/mobile/gl)
|
|
|
|
- [mobile/sprite](http://godoc.org/golang.org/x/mobile/sprite)
|
2015-03-13 05:09:19 +00:00
|
|
|
- [mobile/audio](http://godoc.org/golang.org/x/mobile/audio)
|
2015-04-02 22:02:12 +00:00
|
|
|
- [mobile/sensor](http://godoc.org/golang.org/x/mobile/sensor)
|
2015-05-05 17:21:35 +00:00
|
|
|
- [mobile/cmd/gomobile](http://godoc.org/golang.org/x/mobile/cmd/gomobile)
|
2014-12-10 18:24:12 +00:00
|
|
|
- [mobile/cmd/gobind](http://godoc.org/golang.org/x/mobile/cmd/gobind)
|
|
|
|
|
|
|
|
Contributions to Go are appreciated. See https://golang.org/doc/contribute.html.
|