How to connect Android App connecting to a web service

前端 未结 4 1852
抹茶落季
抹茶落季 2020-12-18 16:48

I created a small app and with this app I want to send the data (over wifi or bluetooth) to a PC/server.

  1. I am thinking of creating a webservice that will ru

4条回答
  •  [愿得一人]
    2020-12-18 17:30

    the best way is to create a web service and connect your application to the web service, you can use the tool http://www.wsdl2code.com that create all the needed code for connecting and parsing the data :)

提交回复
热议问题