Last month, Google released its fancy new I/O 2014 app in preparation for its annual conference. Now it’s announcing that the source code for the app is now available from Google‘s GitHub repository. While end-users might have no use for this, unless they happen to be knowledgeable about and/or like reading Java code, Google is inviting developers to take a look inside and learn about current best practices of creating an Android app and using Google’s API.

Aside from giving users a window into the world of Google I/O, the I/O 2014 app also showcases many of the staples of Android app development, whether it be components and featuers like Fragments, receivers, and notifications or design considerations like toolbars and themes. It also shows newer and better ways to use Google’s own services, like using Google Cloud Messaging (GSM) to keep devices up to date with the latest content and using Google Drive API to store users’ preferences and sync it with all connected devices. It even shows how to make an Android Wear companion app.

But aside from just hard, cold code, the app also gives developers a preview into Material Design. The app uses the design principles of tactile surfaces, animated feedback, colors, imagery, and the metaphor of paper, to give developers an idea how to theme their apps in preparation for Android L. The app also uses API found in the Android L Preview and has a separate APK for those already running it on their Nexus 5 or 7, or on the Android emulator. The video below, summarizes some of those key design points.

The source code for the I/O 2014 app is being released under an open source license. This means that more than just a reference, developers will be able to use code snippets to kickstart their own apps. Those interested in learning more about the different API and features in this app should keep tabs on the Android Developers Blog, source link below, as Google will be sharing more details about the app in the coming weeks.

SOURCE: Google (1), (2)

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.