Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 367 Bytes

File metadata and controls

10 lines (6 loc) · 367 Bytes

Real IM

Real Time chat plus picture sharing application.

#Real time component implementation

I used handler which pool the parse server every 100 millisecond to get the latest messages from parse server.

#Text message and picture message

Chat message delivery is instantly but picture message may take some seconds. It depends on image size and internet speed.