How to connect Android app to web server

后端 未结 4 417
野的像风
野的像风 2021-02-02 04:32

I am working on designing an Android application for my senior design project. The application will need to be able to connect to a web server. The web server is just a locally

4条回答
  •  遇见更好的自我
    2021-02-02 04:58

    If you want REST API you can refer here

    Make an HTTP request with android Sending HTTP Post Request with Android

    Else if you want hybrid application you can refer here

    https://cordova.apache.org/

提交回复
热议问题