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.

Using ZXing to create an Android barcode scanning app

I've been searching for how to add a barcode scanner to my app. Are there any examples or how can …

android barcode barcode-scanner zxing
Integrate ZXing in Android Studio

I'll start explaining all the steps I have done and in the end what is the problem. Download ZXing-2.2 https://…

android android-studio zxing
Integrating the ZXing library directly into my Android application

I'm writing this in mere desperation :) I've been assigned to make a standalone barcode scanner (as a proof of concept) …

android barcode barcode-scanner zxing
How to decode a QR-code image in (preferably pure) Python?

TL;DR: I need a way to decode a QR-code from an image file using (preferable pure) Python. I've got …

python decode qr-code zxing zbar
QR Code encoding and decoding using zxing

Okay, so I'm going to take the off chance that someone here has used zxing before. I'm developing a Java …

java barcode qr-code zxing
How to integrate ZXing Library to Android Studio for Barcode Scanning?

I've been looking all over internet how to include zxing library to my project, and I found this tutorial: http://…

android ide dependencies zxing core
How to integrate Zxing Barcode Scanner without installing the actual zxing app (cannot resolve symbol: .android.CaptureActivity)?

I want to integrate zxing scanner into my app without needed of external application (zxing scanner from play store). This …

android zxing
looking for best barcode scanner library, besides zxing

I am looking for some best barcode libraries on all platforms. I know zxing but wondering more libraries besides it. …

android iphone symbian barcode-scanner zxing
Alternative to zxing QR reader library for Java/Android?

Is there any other library other than Zxing that can be used to create a QR code reader EVEN IF …

java android ios zxing qr-code
Embed Zxing library without using Barcode Scanner app

What is the preferred way to embed the zxing library to provide scanning without having the Barcode Scanner app installed? …

android zxing