Hi all.
I am currently working on an android app that needs to connect to a server and get some data.
What is the protocol used for such communication? I have been testing it on my local machine, so i created a java socket server. But when i tried to upload it on the web in order to test it, i realised that it is not so easy/cheap to do it, so i turned to servlet. Curently i am at the prosess of changing my socket server to a servlet, but i would hate doing it twice, i thought to ask first if there is a better alternative.
Thanks, ilias