2

Koush is pulling support for socket.io in AnroidAsync [https://github.com/koush/AndroidAsync ], as the socket.io specs have changed. I've had little luck finding a replacement. Is there a similar library that supports socket.io client for Android?

crusader92
  • 50
  • 1
  • 8

1 Answers1

0

Yes, You can use socket.io-java-client library. Which is the best..

Edit

Gottox library stoped supporting since 3 years. Its better to use this library.

https://github.com/nkzawa/socket.io-client.java

ImMathan
  • 3,911
  • 4
  • 29
  • 45
  • from https://github.com/Gottox/socket.io-java-client/issues/59 , I'd thought that gottox didn't support namespaces, which I need. Is there a way around this? – crusader92 Jun 17 '14 at 13:41