Rod Hynes 84d460615f Merge commit '44cb74bc2b013ee154ee578daa3cf79a25ee37bc' as 'MobileLibrary/go-mobile' 3 ani în urmă
..
app 84d460615f Merge commit '44cb74bc2b013ee154ee578daa3cf79a25ee37bc' as 'MobileLibrary/go-mobile' 3 ani în urmă
README 84d460615f Merge commit '44cb74bc2b013ee154ee578daa3cf79a25ee37bc' as 'MobileLibrary/go-mobile' 3 ani în urmă
build.gradle 84d460615f Merge commit '44cb74bc2b013ee154ee578daa3cf79a25ee37bc' as 'MobileLibrary/go-mobile' 3 ani în urmă
settings.gradle 84d460615f Merge commit '44cb74bc2b013ee154ee578daa3cf79a25ee37bc' as 'MobileLibrary/go-mobile' 3 ani în urmă

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.