Java
What's next?
For the complete version please see the Android Studio project on GitHub.
You can do a lot more with the Client SDK:
- to enable audio read this guide
- read the Client SDK documentation
- review the Android Client SDK documentation
- try the Client SDK Android Samples repository
We want to hear what ideas you have in mind! Contact us at devrel@vonage.com.
Creating an Android chat app
Create a Android application that enables users to message each other using the Android Client SDK and Java.
Steps
1
Introduction to this task2
Prerequisites3
Create a Vonage Application4
Create a conversation5
Create the users6
Add users to the conversation7
Generate JWTs8
Create an Android project9
Add permissions10
Build main screen11
Initialize the client12
Fetch the conversation13
Fetch conversation events14
Send a message15
Receive new messages16
What's next?