Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 1.28 KB

README.md

File metadata and controls

18 lines (13 loc) · 1.28 KB

Android Barcode Scanner

Build Status

This project shows how to add barcode scanning to your app via the following libraries:

It is recommended that you use Android Studio 1.0.1 and Android Build Tools 21.1.2 or above when building the project.

Note the following

  • ZXing has been implemented by way of their IntentIntegrator which prompts the user to install their Barcode Scanner app if it's not already on the phone (in a future update I will add an example of how to do this a better way)
  • a physical device is required to use the barcode scanner, the emulator is not sufficient.
  • an API Key is required to use the Scandit SDK - it needs to be placed in ScanditActivity