java - Android Fast Connection/Prototcol -
I'm searching for a fast connection to a server from an Android device. Currently I use SOAP, but is there a way to get a fast connection? I think the reason for not having a permanent connection to a socket on a mobile phone will always cause the connection.
Thanks for the help!
Regards, Rookie
There are no permanent connections. You can stop them if you have very low levels of SOCKS.
Comments
Post a Comment