Sunday, April 05, 2015

Go lang for Android and iOS mobile apps

There is one more way to make portable mobile apps: by using Go language.
This is likely to be useful more for games, since access to mobile OS environment may be still limited.

app - GoDoc
import "golang.org/x/mobile/app"
"Package app lets you write Apps for Android (and eventually, iOS).
There are two ways to use Go in an Android App. The first is as a library called from Java, the second is to use a restricted set of features but work entirely in Go."








No comments: