Update README.md

This commit is contained in:
2020-09-16 17:30:24 +01:00
committed by GitHub
parent 1caf801df1
commit 1e912f7ad4

View File

@@ -1,6 +1,6 @@
# MessengerApp # MessengerApp
Basic messaging app to display messages over local WebSocket. Basic messaging app to display messages over local WebSocket.
<img src="https://github.com/hmalik144/MessengerApp/blob/master/readme/ezgif.com-video-to-gif%20(1).gif?raw=true" width="40" height="80" /> <img src="https://github.com/hmalik144/MessengerApp/blob/master/readme/ezgif.com-video-to-gif%20(1).gif?raw=true" width="400" height="800" />
## 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.