Sending A string of lat and long from mobile to server

后端 未结 1 802
花落未央
花落未央 2020-12-11 13:54

android how to Send a String of data from an android mobile to server python what need to be modified in this android code

enter code here
  public void app         


        
相关标签:
1条回答
  • 2020-12-11 14:16

    If your server is RESTful, you might try using HTTPclient to post the data to the server and read the response. If you use a REST abstraction layer like https://github.com/TylerSmithNet/RESTclient-Android (self promotion) then you can use the examples to get running in no time.

    0 讨论(0)
提交回复
热议问题