ably-labs / PubCrawler

Pub Crawler demo app
Apache License 2.0
2 stars 0 forks source link

Create a chat UI that holds communication between users #2

Open ikbalkaya opened 3 years ago

ikbalkaya commented 3 years ago

Currently when a user sends a chat message or offer a drink to another user, messages are shown as toasts. It proves the point but it's not a great UI

Create a chat interface that will hold and store chats during a pub session. In this first iteration of this work, it's not necessary to think about the details of storage. Ably functionalities must be used whenever possible (message history)

UI should be simple but reusable. Possibly a new activity or fragment that holds a UI representing conversation between two pub goers. Make sure that this UI is not coupled with details of realtime activity. In the future it could be used for group chats too

ikbalkaya commented 3 years ago

Check this third party library https://github.com/stfalcon-studio/ChatKit