A libraries with Nordic's common code for Android apps.
The latest documentation can be found here.
To use this library, add the following to your build.gradle
file:
dependencies {
implementation 'no.nordicsemi.android.common:<module>:<version>'
}
Run the sample app to see and test most of the components from the library.
- Clone the repository.
- Open the project in Android Studio.
- Run the
app
module on a connected device or emulator.