I want to create a MapView application which shows my current location’s latitude and longitude. After getting the current location, get the name of the location. Any help please?
I want to create a MapView application which shows my current location’s latitude and
Share
With android it is actually pretty easy in order to get the location from the GPS Service. Use the LocationManager the easiest way to do it
…..A Spagehtti CODE GOES HERE…..
might also check Location Android API and Android Development