SocketIO Android Client Example
Real time communication using Socket.IO
- Private and Group Text Messaging
- Private and Group Image Messaging
- Handle socket using HandlerThread that checks socket connection in a time frame and reconnect if not connected.
- Manage messages in queue and resend after connected to socket if lost due to network issue.
Get Server code from following link
For read configuration setup and documentation go through following link