Android Hero denies XMLSocket or Socket connection? ....errors #2031, #2048
- by claudi-ursica
Hi,
I am trying to adapt an existing flash web chat application for the Android mobile phone and I am having this really annoying issue. The server is a custom based solution and can send back both binary messages or XML. So I can use either XMLSocket class or the Socket class to get data from the server. Everything works fine when deployed and I…