To set the type of map tiles, call setMapType(int type) method of the GoogleMap acquired in last exercise " Get GoogleMap from MapFragm...
Display my location on Google Maps Android API v2
To display my location on Google Maps Android API v2, call setMyLocationEnabled(true) method of the GoogleMap acquired in last exercise ...
Get GoogleMap from MapFragment/SupportMapFragment
To get the GoogleMap underlying MapFragment/SupportMapFragment, using getMap() method. Example to acquire GoogleMap underlying MapFragment/S...
Check if correct Google Play Service available for Google Maps Android API v2
According to Google Play Services Document , apps using Google Play Service API should Ensuring Devices Have the Google Play services APK . ...
Include open source software license information/Legal Notices in your app using Google Maps Android API v2
If you use the Google Maps Android API in your application, you must include the Google Play Services attribution text as part of a "L...
Implement OnItemClickListener for GridView
My previous post describe how to implement " GridView loading photos from SD Card ". Now we implement OnItemClickListener for the ...
Handle onClick for our custom LinearLayout for Gallery-like HorizontalScrollView
The post " Implement Gallery-like HorizontalScrollView " and " Implement custom LinearLayout for Gallery-like HorizontalScrol...
Google Maps Android API v2 with blank map displayed, wrong API Key assigned.
If you use Google Maps Android API v2, but with a blank (gray) map displayed (like the screen shown below), and "E/Google Maps Android ...
Using SupportMapFragment
The post " A simple example using Google Maps Android API v2 " using com.google.android.gms.maps.MapFragment . It work on device r...
+1000
Finally get +1000 at the day of End of the World:)
Turn off Lint Error Checking
After you finished coding with Google Maps Android API v2 , and going to Export Signed Application Package (Right click your project -> A...
A simple example using Google Maps Android API v2
To implement Google Maps Android API v2 , follow the steps: Setup Google Play services SDK in Eclipse. Displaying the SHA1 certificate finge...
Modify AndroidManifest.xml for Google Maps Android API v2
To use Google Maps Android API v2 on your app, you have to modify your AndroidManifest.xml as listed below: Insert <meta-data> element...
Add reference library google-play-services.jar to project using MapFragment and SupportMapFragment
To use MapFragment or SupportMapFragment on your Android App, you have to add reference library google-play-services.jar to your project. Ot...
Generate Debug API Key for Google Maps Android API v2 service
The previous post explain how to " Create and Obtain API Key for Google Maps Android API v2 service ". In my trial experience, you...
Pro Android Web Game Apps: Using HTML5, CSS3 and JavaScript
Dive into game development and create great multiplayer online games with Pro Android Web Game Apps. This hands-on guide covers both the th...
Beginning Android Games, Second Edition
Beginning Android Games, Second Edition offers everything you need to join the ranks of successful Android game developers, including Andro...
Create and Obtain API Key for Google Maps Android API v2 service
To obtain API Key for Google Maps Android API v2 service, you have to create API Project and obtaining your API Key in Google APIs Console ....