Lightweight quick response code (QRCode) library for Android.
Unhappy with how ZXing is a massive bloated project which is very inflexible in its approach.
We only need writing ability at this point in time, so we stripped back to basics. Not only is this library much lighter weight, but due to its modular approach over ZXing future improvements allow you to include barcodes that you only care about.
Coming soon when time allows
At the moment you can checkout the project and publishToLocal
- Clone project;
- Run
./gradlew publishToMavenLocal
or./gradlew publish
(for your private Maven repos). - Add
mavenLocal()
to yourrepositories
object in your build.gradle - Add to your dependency
compile 'com.justyoyo.contrast:contrast-qrcode:+'
Based heavily on the follow code bases: