Introduction
In this task, you will learn how to create and configure a Client SDK Application and then code an application that enables two users to send messages to each other.
First, you will create a Conversation and two Users. Then, you will authenticate these Users and add them to the Conversation as Members.
Finally, you will implement chat functionality in your application, including the ability to view and send messages and be notified when a new message appears in Conversation.
The source code is available on GitHub.
This tutorial uses NexmoClient version 2.x
Creating an Android chat app
Create a Android application that enables users to message each other using the Android Client SDK and Kotlin.
Also available on:
Steps
21