TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

See Android Go

112 pointsby codingvelocityalmost 10 years ago

6 comments

V-2almost 10 years ago
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 未加载
tosseraccountalmost 10 years ago
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 未加载
rhodysurfalmost 10 years ago
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.
therealmarvalmost 10 years ago
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?
sajal83almost 10 years ago
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.
Sumasoalmost 10 years ago
Very exciting blog post!!!<p>I&#x27;m looking forward to writing all my android apps in Go!!!