I am new in android programming. I want to know about GPS. I searched and i know a little about this. anyway, i want to use Map, before i used com.google.android.maps.MapView
in my project but now i want to know everything about Map.What are ways for using map in project except above way? Can i use com.google.android.maps.MapView
in my project but i dont connect to internet? I mean what are ways for showing map and searching on map with offline way?
I searched but i cant get answer of full of my questions :( Thanks for advise.
To start on Google maps, You can refer this link https://developers.google.com/maps/documentation/android/start also MapView is deprecated now, so You have to move with Google Map Version 2.
Example Code : http://www.androidhive.info/2013/08/android-working-with-google-maps-v2/ All the Best..