Difference between revisions of "Android Discovery Zone"
(→Google Maps Android API v2) |
(→Google Maps Android API v2) |
||
Line 9: | Line 9: | ||
*Google Maps Android API v2 and v1 - different operations [http://mobisys.in/blog/2013/04/google-maps-android-api-v2-different-operations/ ] | *Google Maps Android API v2 and v1 - different operations [http://mobisys.in/blog/2013/04/google-maps-android-api-v2-different-operations/ ] | ||
*Google Maps Android API v1 - '''DEPRECATED''' (Google Developers) [https://developers.google.com/maps/documentation/android/v1/index] | *Google Maps Android API v1 - '''DEPRECATED''' (Google Developers) [https://developers.google.com/maps/documentation/android/v1/index] | ||
− | ** used in the textbook (2012) | + | ** used in the textbook (2012) and many other books |
= Location Awareness = | = Location Awareness = |
Revision as of 18:58, 19 October 2013
Contents
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
Location Awareness
- Making Your App Location-Aware [7]
- Location Services API (Google Play services)
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.
Decompiling Android
- Decompiling Android by Godfrey Nolan (2012). -- ebook at Seneca Library
- Dalvik bytecode (DEX files)