Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 1.61 KB

File metadata and controls

33 lines (22 loc) · 1.61 KB

Getting Started with Message Reactions

getting-started-with-reactions is a basic 1:1 chat application that features a message input field and a list of messages that pile up on the screen as you send them. In addition to this basic functionality, the app contains 6 built-in message reactions that you can add to the messages by long-tapping on a message and selecting emojis from the bottom menu that slides up from the bottom edge of the screen when triggered.

Getting Started app for Android

Prerequisites

This application uses PubNub Kotlin SDK (>= 7.0.0) for chat components and Jetpack Compose as the UI Toolkit.

To use the app, you need:

Usage

Read the Message Reactions document to learn how to use the app and better understand the logic behind it.

Features

The getting-started-with-reactions app showcases these components and features: