• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps help sending gps location via message

georgio17

Lurker
I am a beginner in android development
I want to write an app in eclipse on sending my location via message to a number on my phone.
Is there any tutorial on how to do it??
I have followed tutorial for sending message and for getting gps location seperatly.
I do not know a way to combine both of them though.
Please help.
Thanks..
 
Have your app call the first method, which will give it the location, then call the second method, giving it the location it got.
 
Back
Top Bottom