This is a Java library that implements Websockt API (Draft-75/76) for Android platform. Library uses java.nio.* packages for efficient non-blocking evented behavior. It easily gets integrated with Phonegap framework.
I have created an Andriod project and run in Android 4.0 using PhoneGap 2.2. I checked that it can open a connection to a sample site (ws://echo.websocket.org). It should echo my message back. But I cannot receive my message. Is there anything I have missed?
I have created an Andriod project and run in Android 4.0 using PhoneGap 2.2. I checked that it can open a connection to a sample site (ws://echo.websocket.org). It should echo my message back. But I cannot receive my message. Is there anything I have missed?