Introduction
In this tutorial you will be learning how to integrate the basic functionalities of Applozic Android SDK to get started with your own chat application.
Our goal is to complete the following steps in this tutorial:
- Create Applozic account and receive API key
- Set up Android Studio
- Integrate Applozic Chat SDK in your app
- Configure the basic dependencies for your app
You can refer to the Applozic Android SDK documentation here.
Prerequisites
- Applozic account (Create your account here) for API/Application Key
- Android Studio (latest version)
Create Applozic account
Sign Up
Enter your personal dashboard after signing up for Applozic.
Enter your personal dashboard after signing up for Applozic.
Get your App ID
Go to Settings > Configuration > Install.
Copy the App ID and use it whenever required.
Set up Android Studio
Creating New Project
Create a new project using File ➙ New Project on the top right of the application.
Select "Empty Activity" from the list under "Phone and Tablet"
Rename the project as per your preference. I will name mine as applozic-tutorial-app.
Make sure to set the minimum SDK as Android 6.0.
Wait for your background tasks to complete.
Continue this Tutorial on Applozic Blog!
We have the detailed tutorial with code snippets available on our blog for you to continue with your integration!
Click here to learn how to:
- Integrate Applozic Chat SDK in your app
- Configure the basic dependencies for your app
- Configure ProGuard rules
Please leave your feedback and doubts in the comments below!
Top comments (0)