Android API from Go

Viewed 3569

I know that Go programs can be compiled for Android.

How can I use Android specific API, like getting GPS coordinates or opening a URL with the default browser, from within a Go program?

4 Answers
Related