hi, I'm trying to build a custom im like app, where the app needs to communicate with a server and exchange data, though these exchanges are very infrequent and only pass a little bit of information back and forth.
What would be the preferred method of communication? sockets / http ?
Also what options do I have for insuring that the request is actually from an android user?
Thanks in advanced =D.



