Sending object to Android client, what to use?

-1

I am developing an Android application that is a table of a football league with the results of the games presented in a list.

As the games happen I register in a database and send the result to the clients on Android.

Please note that customers only receive the information and do not return anything.

Would you like to know what to use when submitting the information? I want to send a game-like object to the client through a simple java application that sends this object by socket.

Is this what you call a servant? It happens that I think socket is not for sending objects, right? Also I want something that is secure and I do not know if socket is the most advisable way for this. Anyone have any suggestions?

    
asked by anonymous 31.10.2014 / 19:28

1 answer

0

I went deeper into the suggestions given and I think it's best to merge WebService, SOAP and JASON or XML.

Thank you all for the strength!

    
03.11.2014 / 19:07