Skip to content

QR Code Reader for Android - Powered by Google ML Kit

License

Notifications You must be signed in to change notification settings

AmilaCG/QR-Reader-Android

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QR-Reader-Android

A robust, hassle-free Barcode reader for Android powered by Google ML Kit's Barcode API.

Functions

  • Go to a website, copy to clipboard or search scanned content on the web
  • Scan a QR code on a business card (vCard) then add to contacts
  • Open maps to navigate to a location embedded in a QR code
  • Open dialer to call or SMS to a number scanned from a QR code
  • Connect to a WiFi network by scanning a QR code
  • Add an event to the calender by scanning a QR code
  • Save scan history and do above actions even from the history
  • Ability to use torch/flasher to scan in dark places
  • Track and display a dot in the center of the decoded QR code/barcode in real-time
  • Scan a QR code or a barcode saved in the device gallery

Prerequisites

Android API 21 (Android 5.0 - Lollipop) or greater

How to setup

Implementation using Mobile Vision Barcode API (Depricated)

Implementation using the older Google Mobile Vision Barcode API can be found on OldMobileVisionAPI branch. Since Google will wind down Mobile Vision Barcode API, migrated to Google ML Kit. Both API's are almost the same.