How To Send Location To Server?
i used list view in my android app i wants send the users current position to the server. for this i used the following code........ public class Home extends ListActivity { p
Solution 1:
An easy way to send data to the server is by using the google volley library: https://developer.android.com/training/volley/index.html
Post a Comment for "How To Send Location To Server?"