Update README.md

This commit is contained in:
2020-09-16 17:28:41 +01:00
committed by GitHub
parent 0586057d7f
commit e80897bba9

View File

@@ -1,5 +1,6 @@
# MessengerApp # MessengerApp
Basic messaging app to display messages over local WebSocket. Basic messaging app to display messages over local WebSocket.
![](https://github.com/hmalik144/MessengerApp/blob/master/readme/ezgif.com-video-to-gif%20(1).gif?raw=true)
## Objective ## Objective
The task was to create an android messaging application over a WebSocket. The application should be a one screen application hosting a message entry box, send button and message list hosting the conversation. The Conversation should be ordered with oldest messages at the top and newest at the bottom. The task was to create an android messaging application over a WebSocket. The application should be a one screen application hosting a message entry box, send button and message list hosting the conversation. The Conversation should be ordered with oldest messages at the top and newest at the bottom.