Hi I am trying create an app in android which can obtain the current location and send current location's url to my friend through SMS
.
I created an app to get current location's longitude & latitude
and send it to my friend throughSMS
, I would like to know how to obtain current location's url, so that when they click on the message the map opens in google maps.
I would like to know how to obtain url using latitude & longitude or in any other way in android.