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.

Google I/O Android App

67 pointsby jamessunalmost 11 years ago

6 comments

TeeWEEalmost 11 years ago
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 未加载
amolguptaalmost 11 years ago
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.
merqumabalmost 11 years ago
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>
ardahalalmost 11 years ago
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 未加载
cliveowenalmost 11 years ago
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 未加载
aceperryalmost 11 years ago
It&#x27;s a slick app. Looks a lot like the windows phone interface though.