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
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