You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have read the README and tried to create a native Java app in Android. It writes following in the README:
Create a class, say WebSocket extending WebSocketListener
But I don't find WebSocketListener in the package. Please kindly give me some help about this problem.
/Pengran
The text was updated successfully, but these errors were encountered:
No. What exactly you are looking for? A native websocket implementation for android? If that's the case, then you can use any websocket client and wrap that up in a service.
Hi,
I have read the README and tried to create a native Java app in Android. It writes following in the README:
Create a class, say WebSocket extending WebSocketListener
But I don't find WebSocketListener in the package. Please kindly give me some help about this problem.
/Pengran
The text was updated successfully, but these errors were encountered: