Git sample

A ready-to-run Android project showcasing a full integration of the UnifiedSDK.

🎯 Purpose

This project is a complete Android application that demonstrates how to integrate the UnifiedSDK in a real-world scenario. It gives you a quick overview of the key steps for a successful integration: initialization, configuration, and usage of the SDK's main features.


📦 What's included

  • SDK initialization at app startup

  • Required dependency setup

  • Sample API calls using the SDK

  • Callback and error handling


🚀 Quick start

1. Clone the repository

git clone https://gitlab.datalf.chat/customers/unifiedsdk-sample.git

2. Open in Android Studio

Open Android Studio → File > Open → select the cloned folder.

3. Sync and run

Let Gradle sync the dependencies, then run the app on an emulator or a physical device.


🔗 Repository access

👉 View the project on GitLabarrow-up-right — Clone, fork, or browse the source code directly.


📸 Preview

A screenshot of the project structure in Android Studio
project structure in Android Studio
A screenshot of the running app (main screen)
Running app (main screen)
A screenshot of the console/logs showing the SDK successfully initialized
console/logs showing the SDK successfully initialized

💡 Tips

circle-info

Make sure you have completed Step 1: Repository and Step 2: Dependency before running the sample, so that all dependencies resolve correctly.

Last updated