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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Google I/O Android App

67 点作者 jamessun将近 11 年前

6 条评论

TeeWEE将近 11 年前
Guys, the folder structure is normal for gradle android projects.<p>I like this project, because it combines appengine, cloudstorage, android &amp; android wear all together.<p>As you can see it also has a server component which reads the .json files from cloud storage of updated schedules. At least that is what i understand from it after looking around for 5 minutes.<p>It also contains a GCM (cloud messasing) implementation.<p>All in all, its a very cool that google open sourced this.
评论 #8124810 未加载
amolgupta将近 11 年前
The best part is the build.gradle files. They clearly show how to setup debug and release builds , multiple flavours , annotation pre-processing, multiple apks, etc. Something that took me 2 days to import my project from eclipse to studio. Very handy for all app developers who want to switch to gradle. Also, be sure not to release any app build with SDK v21 as it would be rejected by Google play.
merqumab将近 11 年前
I&#x27;m a bit disappointed there are no tests. I&#x27;ve always wondered how Google handles testing on internal Android projects (especially since it&#x27;s a bit of a sore spot for Android [1]). It would&#x27;ve been great to see a &quot;real world&quot;, official example.<p>[1] <a href="https://github.com/JakeWharton/gradle-android-test-plugin#deprecated" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;JakeWharton&#x2F;gradle-android-test-plugin#de...</a>
ardahal将近 11 年前
Quite interesting to see that Google released it on Github rather than using Google code hosting like they&#x27;ve done in the past [1].<p>[1] <a href="https://code.google.com/p/iosched/" rel="nofollow">https:&#x2F;&#x2F;code.google.com&#x2F;p&#x2F;iosched&#x2F;</a> IO 2013 app.
评论 #8115667 未加载
评论 #8116859 未加载
评论 #8124801 未加载
cliveowen将近 11 年前
Am I the only one who finds the layout of the Android app extremely complicated? Folders upon folders, how can you make your head around the various parts?
评论 #8114339 未加载
评论 #8115200 未加载
评论 #8114177 未加载
评论 #8114137 未加载
aceperry将近 11 年前
It&#x27;s a slick app. Looks a lot like the windows phone interface though.