ZXing (pronounced "zebra crossing") is an open-source, multi-format 1D/2D barcode image processing library implemented in Java, with ports to other languages.
I develope ZXing barcode continuous scanner following this page on Android Studio. My App build.gradle had include: repositories { mavenCentral() …
android android-fragments zxing barcode-scannerI'm using com.google.zxing.qrcode.QRCodeWriter to encode data and com.google.zxing.client.j2se.MatrixToImageWriter to generate …
zxingI want to create QR code reader based application. Using which library, I can create my application ? Note: I searched …
iphone qr-code zxingI have problem including ZXing in my App. I get error: "iostream file not found". I have done everything like …
ios zxingWhat I am trying to do Integrate Zxing, QR code reader framework, in my iPhone project. I checked out ZXing …
ios cocoa-touch ios6 zxing undefined-symbolI have implemented ZXing to my iOS-app, however I am questioning it's maintainability as not long ago it was announced …
ios zxing barcode-scanner zbarI need to integrate Zxing with vuforia to make a QR code scanning app in Unity? I have no idea …
unity3d zxing qr-code barcode-scanner vuforiaI am trying to use Zxing Library for developing a barcode scanner. My activity is as follows: public class Scanner …
android android-camera barcode-scanner zxingI am using OpenCV and Zxing, and I'd like to add 2d code scanning. I have a few types of …
android zxingCode to generate Qr code using zxing is --- It takes string data and the imageview This works just fine …
android barcode zxing