Update README.md

This commit is contained in:
2020-09-16 17:29:32 +01:00
committed by GitHub
parent e80897bba9
commit 1caf801df1

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.
![](https://github.com/hmalik144/MessengerApp/blob/master/readme/ezgif.com-video-to-gif%20(1).gif?raw=true) <img src="https://github.com/hmalik144/MessengerApp/blob/master/readme/ezgif.com-video-to-gif%20(1).gif?raw=true" width="40" height="80" />
## 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.