Adding Google Map API to Android App
Android development is fun relative to other similar technology platforms and you can call it as a hobby too. DEVELOPING Android application will give same amount of fun as playing with application in phone. Google made it so easy by providing few APIs that is also for free! Here I'm going to explain about Google Map API and how one can make use of these APIs in his Android app. I'm making use of the Android Studio, steps may vary depending upon the tool you use Step 1 : Creating Android Project Open Android Studio and create a new Android Project Provide a valid package name and click on Next . Select Minimum SDK as per the requirement. If you are developing application for KitKat version you can chose API 19 Click on Next Select Google Map Activity as a launcher activity. (You can also select other activity as launcher activity and can ...