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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ivy – First Android App in 100% Golang on Google Play

4 点作者 McElroy将近 10 年前

2 条评论

lcampbell将近 10 年前
Is it really 100% Go? It does not seem that the UI bits are written in Go -- they likely just pull in the Ivy bits via JNI (e.g., via [1]) and implement the rest of the application in Java. The language on the page also seems to indicate this[2]. I&#x27;m much more interested to see Go&#x2F;Android interop include support for interacting with the native UI within an entirely Go application without having to jump through the JNI hoops myself (though the benefits to this are admittedly tenuous at best).<p>--<p>[1] <a href="https:&#x2F;&#x2F;godoc.org&#x2F;golang.org&#x2F;x&#x2F;mobile&#x2F;app" rel="nofollow">https:&#x2F;&#x2F;godoc.org&#x2F;golang.org&#x2F;x&#x2F;mobile&#x2F;app</a><p>[2] &quot;A more complete description of the underlying engine is available at <a href="http:&#x2F;&#x2F;godoc.org&#x2F;robpike.io&#x2F;ivy.&quot;" rel="nofollow">http:&#x2F;&#x2F;godoc.org&#x2F;robpike.io&#x2F;ivy.&quot;</a>
McElroy将近 10 年前
Github repo: <a href="https:&#x2F;&#x2F;github.com&#x2F;robpike&#x2F;ivy" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;robpike&#x2F;ivy</a>