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

Apps Game Server

ojve

Lurker
Hi!

I have some plans to make a simple networked boardgame with a lobby, chat etc, but I have no idea which method to use for communications with the server. The server will probably be running java as well to make things simple.

How are the Android facilities for commucating with a java server using RPC or XML-RPC? Which would be simplest? Should I just use sockets instead? What other alternatives do I have?

Regards
//Thomas
 
Back
Top Bottom