Skip to content

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

License

Notifications You must be signed in to change notification settings

NordicPlayground/Android-Common-Libraries

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nordic Common Libraries for Android

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.