Skip to content

justyoyo/Contrast

Repository files navigation

Contrast

Lightweight quick response code (QRCode) library for Android.

Introduction

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.

Dependency

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 your repositories object in your build.gradle
  • Add to your dependency compile 'com.justyoyo.contrast:contrast-qrcode:+'

Thanks

Based heavily on the follow code bases:

About

Lightweight quick response code (QRCode) library for Android.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 5

Languages