Skip to content
This repository has been archived by the owner on Apr 30, 2024. It is now read-only.

nabla/nabla-android

Repository files navigation

Nabla Android SDK

Release

The Nabla Android SDK makes it quick and easy to build an excellent healthcare communication experience in your Android app. We provide powerful and customizable UI elements that can be used out-of-the-box to create a full healthcare communication experience. We also expose the low-level APIs that power those UIs so that you can build fully custom experiences.

⚠️ End of support

We took the decision to discontinue the Nabla Care Platform and with that stop maintaining the Nabla Android SDK.

The Nabla Care Platform will remain operational until September 30th, 2024, but we would greatly appreciate it if you could transition before that date. We are committed to ensuring a seamless transition and are here to assist you in any way you need. You can fork this SDK repository if you want to modify it or reuse it with a different backend.

Documentation

Check our documentation portal for in depth documentation about integrating the SDK.

Getting started

The Nabla Messaging UI SDK is compatible with Android 6 (API Level 23) and higher.

First add Jitpack repository to your build file if it's not already there:

dependencyResolutionManagement {
    ...
    repositories {
        ...
        maven { url 'https://jitpack.io' }
    }
}

Then add Nabla's dependency in your app's build.gradle. You can choose between:

  • The messaging-ui artifact that comes with our ready-to-use UI components
implementation 'com.nabla.nabla-android:messaging-ui:latestVersion'
  • The messaging-core artifact that exposes the low-level APIs only
implementation 'com.nabla.nabla-android:messaging-core:latestVersion'

You can find the latest version available in the release page.

Sample app

You can find an example of a basic integration of the Messaging UI SDK in our messaging sample app.

Need more help?

If you need any help with the set-up of the SDK or the Nabla platform, please contact us on our website. We are available to answer any question.