1. 程式人生 > >golang go語言 gomobile 移動端開發筆記

golang go語言 gomobile 移動端開發筆記

1. gomobile links


http://stackoverflow.com/questions/33815541/golang-gomobile-app-cannot-generate-files/33819669
https://github.com/golang/go/wiki/Mobile
https://godoc.org/golang.org/x/mobile/app
https://github.com/golang/mobile
http://studygolang.com/topics/967
http://www.sitepoint.com/ios-and-android-programming-with-go/
http://www.xdnote.com/golang-mobile/
http://www.sajalkayan.com/post/android-apps-golang.html
http://www.jianshu.com/p/403aa507935b
http://www.evanlin.com/gomobile-ios-first-try/
https://medium.com/using-go-in-mobile-apps/using-go-in-mobile-apps-part-4-calling-objective-c-from-go-8ec801d5d04e#.bzen00j1g
https://medium.com/using-go-in-mobile-apps/using-go-in-mobile-apps-part-3-calling-go-from-objective-c-82eb4b19db1d#.3hvoceiz2
https://medium.com/using-go-in-mobile-apps/using-go-in-mobile-apps-part-2-building-an-ios-app-with-go-build-eb1fc3b56c99#.x9b0fj8qv
https://medium.com/using-go-in-mobile-apps/using-go-in-mobile-apps-part-1-calling-go-functions-from-c-be1ecf7dfbc6#.abq5kv90t


https://xeodou.me/2015/11/24/build-cross-platform-api-with-golang-part2/
https://xeodou.me/2015/11/16/build-cross-platform-api-with-golang-part1/


2. pc ui links


https://github.com/andlabs/ui




3. gomobile env instruction:


 3.1. go get github.com/golang/mobile/cmd/gomobile
 3.2. in $(GOPATH)/src, create golang.org , cd it, ln -s ../github.com/golang/ x
 3.2  in $(GOPATH)/src , run gomobile init
 
 
 

 我會持續關注。。。

注意: 此文章只是我個人筆記, 如有錯漏,請一定指正, 共同學習, 我的郵箱: [email protected]