What if i want to send this data to my socket Python  After i already
open a connection
and i want to send tis string


    enter code here
     String Text = "My current location is: " +

                        "Latitud =" + loc.getLatitude()+

                        "Longitud =" +loc.getLongitude() ;

 so lat & long i want them to be send to my server python .,the
question is how after i already open socket

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to