Rod Hynes 44cb74bc2b Squashed 'MobileLibrary/go-mobile/' content from commit 43a03845 пре 3 година
..
app 44cb74bc2b Squashed 'MobileLibrary/go-mobile/' content from commit 43a03845 пре 3 година
README 44cb74bc2b Squashed 'MobileLibrary/go-mobile/' content from commit 43a03845 пре 3 година
build.gradle 44cb74bc2b Squashed 'MobileLibrary/go-mobile/' content from commit 43a03845 пре 3 година
settings.gradle 44cb74bc2b Squashed 'MobileLibrary/go-mobile/' content from commit 43a03845 пре 3 година

README

Go bind android app example

Run

$ gomobile bind -o app/hello.aar golang.org/x/mobile/example/bind/hello

and import this project in Android Studio. If you prefer the command
line, use gradle to build directly.

Note that you need to run gomobile bind again every time you make a
change to Go code.