SkillAgentSearch skills...

Contrast

Lightweight quick response code (QRCode) library for Android.

Install / Use

/learn @justyoyo/Contrast
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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:

Related Skills

View on GitHub
GitHub Stars33
CategoryDevelopment
Updated2y ago
Forks2

Languages

Java

Security Score

75/100

Audited on Mar 25, 2024

No findings