About RFID SDK For Android

RFID SDK For Android 2.0.1.15

Overview

The Unified Zebra RFID SDK for Android is Android aar library that adds a comprehensive set of APIs to easily create powerful applications for Zebra RFID Handheld readers. RFID SDK for Android includes class library, sample apps and source code to enable developers to easily build apps that take full advantage of the power of Zebra devices.


Supported Devices

HandHeld Readers

  • MC33XXR NEW
  • RFD2000
  • RFD8500

Android Versions

  • MC33XXR- Nougat and onwards NEW
  • RFD2000 - TC20 Nougat and onwards
  • RFD8500 - JellyBean Android 19 and onwards

What's New in 2.0.1.15

Device Support

RFID SDK 2.0.1.15 adds support for the following mobile computers running Android N

  • MC33XXR RFID HandHeld Mobile Computer

New Features

  • APIs new features:
    • API to add multiple pre-filter and singulation control via single call
    • Synchronous access operations APIs have provision to apply pre-filter by SDK
    • Synchronous write access operations APIs have provision to perform retries in case of failures
    • Issue fixing, stability improvement

Version History

Added in v2.0.0.2

RFID SDK for Android 2.0.0.2 adds support for the following Zebra devices/OSes:

  • RFD2000 Sled RFID Reader

API Enhancements

Enhanced APIs:

  • Unified SDK to work with RFD2000 and RFD8500
  • Fixed issue when bigger PC value than 3000H can result in crash in SDK

IMPORTANT

RFID SDK 2.0.0.2 breaks compatibility in reporting of PC value as part of tag data. Earlier version of SDK was reporting hexadecimal PC value as decimal PC value e.g. 96 bit Tag PC value is 0x3000 which was being reported as 3000 earlier. This updated SDK will report PC value correctly in decimal value as 12288 (= 0x3000) It is recommended that application convert back PC value in HEX format to show it in similar fashion


Usage Notes

General Interest

  1. Initial settings for a project can be found at Creating a Project using Android Studio.

Components

Samples & Programmer's Guide

Look at the Sample Guide for more details on using these samples. You can also reference the Programmers Guide for a complete walk-through of building your first application using RFID SDK for Android.