Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 636 Bytes

Readme.md

File metadata and controls

18 lines (12 loc) · 636 Bytes

SocketIO-Android-Client-Example

SocketIO Android Client Example

Features

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

SocketIO Server Example

For read configuration setup and documentation go through following link

SocketIO Docs