Google I/O Android Sample Application
I heard recently that Google 开发者_StackOverflowwere to opensource the Google I/O Android application - the one which showed the next available talk, speaker info, etc. Does anyone know whether this is true, and if it is, do you know where I can access the source?
On a related note, does anyone know of a sample application which concentrates on some of the Android UI best practices. Some of them are described here: http://developer.android.com/guide/practices/ui_guidelines/index.html, but it'd be great to see some sample application which displays some of the best practices described in the UI talk at Google I/O this year (like the Twitter sample application they showcased)
Cheers
Sean
Here's the src.
About the Android
ui patterns:
There have been some questions on stackoverflow and we are all waiting for the twitter app src code. It will be released as open-source sooner or later.
I wrote a demo project that shows how to implement QuickActions and the Popdown menu featured in the I/O talk and the Twitter app.
精彩评论