I have written a code for sending sms to the friend but now I want to send longitude and latitude to friend.I modified my code but it is always sending ” 0.0 0.0 ” as longitude and latitude to friend.What is going wrong with the code.Can anyone help me with this?
Here is my manifest file :
Here is my .java file :
http://pastebin.com/nCmpneB8
Here is my main.xml file :
Are you testing this out on the emlator? If so, then the GPS coordinates probably aren’t set and therefore it has nothing valid to transmit. To set the gps coordinates on your emulator do:
This will set the latitude and longitude on the emulator. Then try running your app.