Description: Android application development tips, tricks, and knowledge reference site
free (33108) android (9566) software development (7287) google (6355) java (6339) resources (3353) tips (2730) reference (885) tricks (621) sdk (199)
Assuming that you have a way to get the latitude and longitude for your Android phone (Location Services API, provider API, etc.), you can use the Google Maps API to generate a map of the phone's location. You can also insert a marker image onto the map at the location. The basics of the process are explained in Google Maps External Library . The first step is to get a Google Maps key . This process is very straightforward. For initial testing, simply use the built-in SDK debug certificate discussed in Ge