Nordic Common Libraries for Android

December 23, 2024 ยท View on GitHub

A libraries with Nordic's common code for Android apps.

Documentation

The latest documentation can be found here.

Usage

To use this library, add the following to your build.gradle file:

dependencies {
    implementation 'no.nordicsemi.android.common:<module>:<version>'
}

Sample app

Run the sample app to see and test most of the components from the library.

  1. Clone the repository.
  2. Open the project in Android Studio.
  3. Run the app module on a connected device or emulator.