0
votes
0answers
124 views

What is the best polling method for a real time game in Android?

I'm creating a multiplayer Android game and have been using http posting to a PHP server to get my info. This is obviously very slow and I was hoping to speed it up. What is the best polling method ...