I want to use the map in my android app project. Please anyone tell me how to create the map in my project ? In which class i have to create the map and how can i insert the values in it ? I just want to use the city names and their codes in my project and want to enter the city code as key and city name as value .For example: DEL is city code and Delhi is its Value.
Asked
Active
Viewed 129 times
0
-
use new boston website , best and easiest tutorial go to the link ===>>>http://thenewboston.org/list.php?cat=6 and see android video tutorial video 129 to 141 , its all about maps – Hussain Akhtar Wahid 'Ghouri' Mar 12 '13 at 06:02
2 Answers
0
For display MAP in your android application you have to use MapView
in android.
You can find example here.
Also refer this.

Community
- 1
- 1

Hardik Joshi
- 9,477
- 12
- 61
- 113
-
-
as i am new to android so plz tell me is der any need to install any tool or library for using maps? – Deepanshi Upadhyay Mar 12 '13 at 06:56
-
You have to first get your MD5 certificate fingerprint....Please go through step by step [I have add link for that in answer](http://androiddevelopement.blogspot.in/2011/06/android-google-map-application-example.html) – Hardik Joshi Mar 12 '13 at 07:15