I have an Android app, that needs to communicate with a webserver. However, I have no idea of how to do this. I do have a webserver., though I do not know how to use it(store/retrieve data). plz help me . any tips, advices will work for me. It is important. Thanks in advance.
Share
See This is only for reference .in that i just passing two variable to web service and receive the response form server as per condition.
At the server side i have mange
PHPto acceptPOSTrequest and response inJSON.So create simple php web service. for that you will get idea form
w3schoolor any other web resource . Now you are abel to do this task.Native code for android is here.