golang go语言 gomobile 移动端开发笔记

来源:互联网 发布:shell脚本编程pdf 编辑:程序博客网 时间:2024/05/29 14:27
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
 
 
 

 我会持续关注。。。


注意: 此文章只是我个人笔记, 如有错漏,请一定指正, 共同学习, 我的邮箱: htyu_0203_39@sina.com

0 0
原创粉丝点击