Skip to content

Latest commit

 

History

History
24 lines (21 loc) · 1.37 KB

README.md

File metadata and controls

24 lines (21 loc) · 1.37 KB

Nur Android Samples

This repository contains Android application project where demonstrating basic features of Nordic ID EXA readers.

  • Device connection
  • Device properties
  • Barcode read
  • RFID Inventory
  • Tag Write
  • Tag Trace

You can download installation packet (APK) of this sample application into your phone from NurSampleAndroid/app/release/. These simple samples will help you to develop your own Android app to communicate with Nordic ID devices and build sophisticate data collection applications.

Creating the Android Studio project

Go trough these steps to learn how to create Android studio project with reader connectivity.

  1. Create project Creating simple project including required libraries
  2. Event listener Add event listener for receiving events from NurApi.
  3. Device connection Connect reader into your application

Resources