How To Send json Object to the server from my android app

前端 未结 4 897
盖世英雄少女心
盖世英雄少女心 2020-11-30 09:25

I\'m at a bit of a loss as to how to send a jsonobject from my android application to the database

As I am new to this I\'m not too sure where I\'ve gon

4条回答
  •  失恋的感觉
    2020-11-30 09:55

    You should use web service to send data from your app to your server because it will make your work easy and smooth. For that you have to create web service in any server side language like php,.net or even you can use jsp(java server page).

    You have to pass all items from your Edittexts to web service.Work of adding data to server will be handled by web service

提交回复
热议问题