• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps Need at way to communicate with server

glypher

Lurker
Hi

I have a server that i want to communicate with, over wifi. My HTC hero(Client) vill only work as a user interface. I need to trigger som methods on the server when I am pressing diffrent gui buttons on the android.

Witch way is the best to solve this?


On the server I have a glassfish service if that is to any help.

Any help is appreciated
 
The way I've always done this is to make a web page that I call using HttpURLConnection(). In the web page code-behind, I do whatever I need to in the begin request handler.
 
Back
Top Bottom