Difference between revisions of "Android Discovery Zone"

From CDOT Wiki
Jump to: navigation, search
(Google Maps Android API v2)
Line 12: Line 12:
 
*'''Testing Problems with an Emulator''' [http://stackoverflow.com/questions/18459338/how-to-run-google-map-api-v2-on-android-emulator][http://stackoverflow.com/questions/17609300/how-we-test-google-map-api-v2-on-emulator]
 
*'''Testing Problems with an Emulator''' [http://stackoverflow.com/questions/18459338/how-to-run-google-map-api-v2-on-android-emulator][http://stackoverflow.com/questions/17609300/how-we-test-google-map-api-v2-on-emulator]
 
** the emulator from GenyMotion? [http://www.genymotion.com/ ]
 
** the emulator from GenyMotion? [http://www.genymotion.com/ ]
 +
** a video demo on GenyMotion's emulator [http://www.youtube.com/watch?v=1kHVWwHRFm8]
  
 
= Location Awareness =
 
= Location Awareness =

Revision as of 20:27, 19 October 2013

Google Maps Android API v2

  • Google Maps Android API v2 - Tutorial (Lars Vogel 2013) [1]
  • Demo projects (Google Maps Android API v2) from Dartmouth College [2]
  • Google Maps Android API (Google services) [3]
    • Add a map object.
    • Draw markers.
    • Change views.
  • Google Maps Android API v2 (Google Developers) [4]
  • Google Maps Android API v2 and v1 - different operations [5]
  • Google Maps Android API v1 - DEPRECATED (Google Developers) [6]
    • used in the textbook (2012) and many other books
  • Testing Problems with an Emulator [7][8]
    • the emulator from GenyMotion? [9]
    • a video demo on GenyMotion's emulator [10]

Location Awareness

  • Making Your App Location-Aware [11]
    • Location Services API (Google Play services)

Android UI Design

  • Android UI Design
    • Design Principles (e.g. Simplify My Life) [12]
    • Peter Liu's favorite: Navigation in Android (video) [13]
      • stack-based! (John Selmys)
    • Best Practices for User Experience & UI [14]
  • Android UI: Menus vs Action Bar
    • the choice [15]
    • "Say Goodbye to the Menu Button" (Android Developers Blog - 26 January 2012) [16]
  • 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.

Decompiling Android

  • Decompiling Android by Godfrey Nolan (2012). -- ebook at Seneca Library
    • Dalvik bytecode (DEX files)