/qreader

:white_square_button: [Android Library] Read QR codes using google's mobile vision api, but without the hassle

Primary LanguageJavaApache License 2.0Apache-2.0

Image

Maven Central API

Android Arsenal

Twitter Follow

Android library which makes use of Google's Mobile Vision API to enable reading QR Code.

The library is built for simplicity and ease of use. It not only eliminates most boilerplate code for dealing with setting up QR Code reading , but also provides an easy and simple API to retrieve information from QR Code quickly.

Changelog

Starting with 1.0.4, Changes exist in the releases tab.

Usage Docs/Wiki

For more detailed usage, check the Wiki

Including in your project

  • QREader is available in the MavenCentral, so getting it as simple as adding it as a dependency
compile 'com.github.nisrulz:qreader:1.0.6'

Pull Requests

I welcome and encourage all pull requests. It usually will take me within 24-48 hours to respond to any issue or request. Here are some basic rules to follow to ensure timely addition of your request:

  1. Match coding style (braces, spacing, etc.) This is best achieved using CMD+Option+L (Reformat code) on Mac (not sure for Windows) with Android Studio defaults.
  2. If its a feature, bugfix, or anything please only change code to what you specify.
  3. Please keep PR titles easy to read and descriptive of changes, this will make them easier to merge :)
  4. Pull requests must be made against develop branch. Any other branch (unless specified by the maintainers) will get rejected.
  5. Check for existing issues first, before filing an issue.
  6. Have fun!

Created & Maintained By

Nishant Srivastava (@nisrulz)