Frage

I'm writing an app for android in Java, and a server also in Java. I'm looking for a way to communicate with the server like a web service. I want to be able to call functions written in the server from the client.

War es hilfreich?

Lösung

There are many ways but the best way is to use volley https://github.com/mcxiaoke/android-volley

http://arnab.ch/blog/2013/08/asynchronous-http-requests-in-android-using-volley/

Or simply you can use a AsynTask for network calls How to use AsyncTask correctly in Android

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top