Difference between revisions of "Android Discovery Zone"
Line 33: | Line 33: | ||
* Working with XML on Android (IBM DeveloperWorks) [http://www.ibm.com/developerworks/library/x-android/ ] | * Working with XML on Android (IBM DeveloperWorks) [http://www.ibm.com/developerworks/library/x-android/ ] | ||
* Vogels' Tutorial [http://www.vogella.com/articles/AndroidXML/article.html ] | * Vogels' Tutorial [http://www.vogella.com/articles/AndroidXML/article.html ] | ||
+ | * Android Developers [http://developer.android.com/reference/org/xmlpull/v1/XmlPullParser.html ] | ||
= Android UI Design = | = Android UI Design = |
Revision as of 20:39, 6 November 2013
Contents
Development Environment Setup for using Google Maps and Location Services
- the Setup section in the Google Play services guide [1]
Google Maps Android API v2
- Hands-On Tutorials
- Google Maps Android API v2 - Tutorial (Lars Vogel 2013) [2]
- Demo projects (Google Maps Android API v2) from Dartmouth College [3]
- use your own Maps API keys for different apps!
- Google Maps Android API (Google services) [4]
- Add a map object.
- Draw markers.
- Change views.
- Get your API key for Maps (Getting Started Guide)
- A simple example using Google Maps Android API v2 [5]
- Exploration with Google Maps Android API v2
Location Awareness
- Making Your App Location-Aware [15]
- Location Services API (Google Play services)
XMLPullParser
Android UI Design
- Android UI Design
- Android UI: Menus vs Action Bar
- ebooks on Android UI Design at Seneca Library
- Smashing Android UI responsive user interfaces and design patterns for Android phones and tablets by Juhani Lehtimäki. Wiley 2013.
- Android UI fundamantals develop and design by Jason Ostrander. Peachpit 2012.
- Android design patterns interaction design solutions for developers byGreg Nudelman. Wiely 2013.
Resource Types
- application resources provided in the /res directory [24]
Decompiling Android
- Decompiling Android by Godfrey Nolan (2012). -- ebook at Seneca Library
- Dalvik bytecode (DEX files)