Top "Zxing" questions

ZXing (pronounced "zebra crossing") is an open-source, multi-format 1D/2D barcode image processing library implemented in Java, with ports to other languages.

How to develop a cross-platform QR Code reader?

I need to build a mobile application which is able to compare data in a remote database [e.g login …

cordova mobile cross-platform qr-code zxing
ZXing Barcode Reader: How to make custom border around capture screen?

I want to put custom border around zxing capture screen (camera screen). What modification would I need to make for …

java android user-interface zxing
Updating sdk got NoClassDefFoundError for zxing

How to solve this NoClassDefFoundError. I have integrated Zxing in my app, every thing is working fine. Then I have …

android eclipse zxing
How do I encode characters using UTF-8 in a QR code using Zxing project?

Zxing Project is a famous open-source, multi-format 1D/2D barcode image processing library implemented in Java, with ports to other …

java android qr-code zxing
How to generate a custom QR code in Android programmatically using ZXing Library?

I'm using Journeyapp's ZXing Android Embedded library for my android app and I can generate a simple QR code using …

java android zxing
zxing in xcode 4.5 and ios 6

As many of you noticed; zxing does not work in latest xcode (4.5/ios 6) Here is use case: checkout latest version …

ios xcode zxing
sample code to detect QRCode in an image

I use this code in C# to decode (not detect) a QRCode and it works: LuminanceSource ls = new RGBLuminanceSource(image, …

c# qr-code zxing
Xamarin forms Barcode Scanner

I couldn't find any working source of Xamarin forms barcode scanner. Is there any working sample of Xamarin forms barcode …

xamarin xamarin.forms zxing barcode-scanner
Turn ON/OFF flashlight in zxing fragment lib

I have implemented Zxing barcode scanning library in my application. I have used following library: https://code.google.com/p/…

android android-fragments zxing barcode-scanner
QR code scanner

I would like to create a QR code scanner in my app. I went through the zxing ,but I could …

android zxing