TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

See Android Go

112 点作者 codingvelocity将近 10 年前

6 条评论

V-2将近 10 年前
The question is, why would I want that?<p>With the availability of Kotlin, Groovy or (somewhat limited I believe, but still) Scala on Android, what advantages does Go offer?<p>I was under impression that it&#x27;s more of a backend language, tailored to the needs of backend devs<p>I understand the crossplatform argument - write a platform-agnostic library in Go, and use it in your iOS and Android app etc. but it doesn&#x27;t answer &quot;why Go, of all languages&quot;.<p>It&#x27;s an honest question, not a flamebait. Is there anything specific about Go that makes it well suited for mobile environment, or is it like a using a great shiny truck to deliver pizza &quot;because you can&quot; : )
评论 #9941847 未加载
评论 #9942003 未加载
评论 #9941998 未加载
评论 #9942383 未加载
评论 #9944407 未加载
评论 #9943321 未加载
评论 #9941906 未加载
评论 #9942041 未加载
评论 #9949321 未加载
评论 #9942931 未加载
评论 #9941671 未加载
评论 #9942287 未加载
评论 #9942639 未加载
评论 #9942090 未加载
tosseraccount将近 10 年前
Why not write it in C and slap on the native cocoa&#x2F;win&#x2F;gtk&#x2F;android front end and have something totally &quot;portable&quot; to mac&#x2F;ios&#x2F;android&#x2F;windows&#x2F;linux?
评论 #9941770 未加载
评论 #9942899 未加载
评论 #9941787 未加载
rhodysurf将近 10 年前
I have been playing with the gomobile &quot;bind&quot; command to generate cross platform libraries for my Android and iOS app. Its quite easy to use, but the GC has been a pain in the ass on iOS. Its hard to track what the Go GC is doing and I am fighting with a bunch of EXC_BAD_ACCESS errors when calling operations on Go data structures. Still its a pretty fun experiment to have one backend for all the different native front ends.
therealmarv将近 10 年前
Would like to see some apps which use go as business logic. Nevertheless there is not just iOS and Android. It would be great to have also JS covered.<p>Does somebody know if there is a go -&gt; emscripten&#x2F;asm.js toolchain&#x2F;example available?
sajal83将近 10 年前
Waiting for them to release the source for Ivy. I made PoC android app writing UI in Java... but curious to know how to do it purely in Go without knowing how to interact with OpenGL.
Sumaso将近 10 年前
Very exciting blog post!!!<p>I&#x27;m looking forward to writing all my android apps in Go!!!