Skip to content

Example code for implementing a barcode scanner in Android with various libraries

Notifications You must be signed in to change notification settings

SingingBush/android-barcodescanner-examples

Repository files navigation

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

About

Example code for implementing a barcode scanner in Android with various libraries

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages