-1
I am developing an Android app that is a table of a football championship with the results of the games presented in a list.
As the games happen I register in a database and send the result to customers on Android.
Note that customers only receive information and return nothing.
Would you like to know what to use when sending information? I intend to send a game object to the client through a simple java application that sends this object by socket.
Is that what you call a servelet? It turns out that I don’t think socket is good for sending objects, right? Plus I want something that is safe and I don’t know if socket is the most advisable way to do it. Does anyone have any suggestions?
Run, your question is a little wide. Try to divide your problem into smaller and more direct parts. You can [Dit] your question here.
– gmsantos
Using a url and exporting to a json would be a solution.
– Mateus Carvalho
Matthew your suggestion seems interesting, can you give me more information?
– caezar