How to send my current location via SMS? in Android. Can I get the Source code please.
Thanks in advance.
How to send my current location via SMS? in Android. Can I get the Source code please.
Thanks in advance.
To send a SMS you can use the SmsManager API : http://developer.android.com/reference/android/telephony/SmsManager.html
And a little search on Google give me this result on how to use the GPS : How to get current location in Android or you can make a little search in the Android API Manuals.