Skip to content

danbrough/mobile

 
 

Repository files navigation

Go support for Mobile devices

Hacked to run on jvm.

This fork of GoMobile has been modified to enable libraries to be built for the JVM as well as android.

It's currently working on linux (amd64 but arm64, arm, x86 should work also).

I'm not a mac developer but it shouldn't too hard to get this running on darwin, if the original project doesn't do that already.

To get started have a look at the demos/basic demonstration.

Feel free to make any contributionsS.

Go Reference

The Go mobile repository holds packages and build tools for using Go on mobile platforms.

Package documentation as a starting point:

Caution image

The Go Mobile project is experimental. Use this at your own risk. While we are working hard to improve it, neither Google nor the Go team can provide end-user support.

This is early work and installing the build system requires Go 1.5. Follow the instructions on golang.org/wiki/Mobile to install the gomobile command, build the basic and the bind example apps.

--

Contributions to Go are appreciated. See https://golang.org/doc/contribute.html.

Packages

No packages published

Languages

  • Go 86.8%
  • Objective-C 4.7%
  • Java 4.6%
  • C 3.4%
  • HTML 0.3%
  • Assembly 0.1%
  • Shell 0.1%