Android developer portal with tools, libraries, and apps

Android barcode scanner using Google ML-Kit Vision.

Supported barcode types:

  • 2D formats: QR Code, Aztec, Data Matrix, PDF417
  • Linear formats: Codabar, Code 39, Code 93, Code 128, EAN-8, EAN-13, EAN-128, ITF, UPC-A, UPC-E
Feb 3, 2024

Scan captured barcode image and it crop for selecting single code or multiple codes.

Jan 3, 2022

An easy to use library for barcode detection. Based on the new AndroidX Camera2 api. Uses the zxing barcode detection library. Comes with a BarcodeView, which combines a camera preview and an automatic overlay for detected barcodes.

Also contains three differend ready to use dialogs

  • BarcodeDialog (DialogFragment)
  • BarcodeBottomSheet (BottomSheetDialogFragment)
  • BarcodeAlertDialog (AlertDialog)

Features

  • camera permission handling
  • customize the displayed result points
  • customize the barcode type (can be a list)
Aug 9, 2019

GlideBarcode is an open-source barcode loading extension for Android Glide that wraps barcode generating and displaying.

May 12, 2019

A library to help implement barcode scanning.

Why?

Another barcode library. Yawn.

We can understand why you may think that, but there are some key reasons we decided to write a new barcode library.

  • Quality We want this library to be a high quality production ready library.
  • Camera2 Many barcode libraries still use camera1 API's. These are now deprecated and although unlikely to be removed, you can get better performance and stability from camera2.
  • Firebase This library uses Firebase to process the frames and return barcodes. The Firebase team are committed to these API's.
  • Tested We want this library to have tests.
  • Simple We want the implementation to be simple, but not try to hide away too much of the complexity of the task.
Mar 16, 2019

Easy to use library to take picture or scanning barcodes in an Android app with lots of customisation.

Feb 4, 2019

Android Barcode Scanner by Google Mobile Vision Api with RxJava.

Jun 22, 2018

VSBarcodeReader is the most advanced barcode reading library for the iPhone and Android. The library and SDK allow you to add barcode scanning functionality to your app in minutes. Our proprietary algorithms can read blurry UPCs and EANs captured by fixed focus cameras.

Dec 24, 2016

Barcode Scanner powered by Google Mobile Vision Api.

Oct 14, 2016

Simple Android app for scanning and retaining barcodes.

Oct 10, 2016

A barcode scanner based on zxing. Support screen auto rotate (both landscape and portrait).

Oct 8, 2016

A Barcode scanning library for Android. Uses the Google Play Services' mobile vision api for barcode detection.

Oct 5, 2016

Standalone ZXing barcode/qrcode scanner library so that you don't have to install the ZXing Barcode Scanner app explicitly.

Aug 6, 2016

Easy to use barcode reader for your Android Project (Uses Google Mobile Vision API).

Apr 15, 2016

This library allows you to embed a Barcode scanner as a Fragment.

Jun 4, 2015

Modification of ZXING Barcode Scanner project for easy Android QR-Code detection in portrait mode and AR purposes.

This project implements an Android view which show camera and notify when there's a QR code inside the preview.

May 27, 2015

A collection of well-known Android intents for most common actions. Helps you call thirdparty apps to do generic work instead of you. You can call camera app for taking photos, share text, make calls, send SMS messages, scan barcodes and QR-codes and more. See methods and javadocs of IntentUtils class inside of library.

Jul 20, 2014

Android library with simple yet powerful components for using device camera in your apps.

The library contains a set of components (views), ready to be put to your layout files in order to give developer instant access to the following features:

  • Instantly display the live preview video feed from the device camera
  • Scan barcodes (using built-in ZXing decoding engine)
  • Perform your own camera live data processing
Jul 5, 2014

Android library projects that provides easy to use and extensible Barcode Scanner views based on ZXing and ZBar.

Jul 5, 2014
Advertisement

ZXing ("zebra crossing") is an open-source, multi-format 1D/2D barcode image processing library implemented in Java, with ports to other languages.

Jul 5, 2014