Displaying Google Map in android using the API version 1 is deprecated now. Google introduce a lot of changes in displaying Google Map using API version 2. In this post i demonstrate how to display the Google Map using API Version 2. Ads By Google Step 1: Install the Google Play Service SDK For displaying Map using API V2, you need the Google Play Services. So first step is to open your Android SDK manager and install the Google Play Services. Step 2: Add the Google Play Service as a library project into your android work-space. After the successful installation of Google Play Service SDK, you can find out the Google play service library project on the following location in your android SDK folder. sdk-->Extras-->Google Import the Google Play Services as a library project into the work-s...
Computer Programming Video Tutorials