This is a first pass of chat bubble implementation. This will create chat bubble objects for each new user. All received messages are passed to the associated user and the chat bubble will properly display each message one at a time and will fade out after the final message is displayed.
This does not support emojis. Supporting emojis will take a bit of time as research is needed in order to properly display images inline with the text. This may require a bit of work to make this happen.
This is a first pass of chat bubble implementation. This will create chat bubble objects for each new user. All received messages are passed to the associated user and the chat bubble will properly display each message one at a time and will fade out after the final message is displayed.
This does not support emojis. Supporting emojis will take a bit of time as research is needed in order to properly display images inline with the text. This may require a bit of work to make this happen.