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 import ZXING to android studio?

I use android studio I want to import 'ZXING' in my application, I find many articles and found the following …

java android import android-studio zxing
Reading QRCode with Zxing in Java

Some questions about using Zxing... I write the following code to read barcode from an image: public class BarCodeDecode { /** * @param …

java zxing qr-code code128
Android Using ZXing Generate QR Code

I was having some problem when trying to generate QR code in Android Programming. Here is the Tutorial I followed. …

java android zxing qr-code
Zxing Camera in Portrait mode on Android

I want to show portrait orientation on Zxing's camera. How can this be done?

android zxing landscape-portrait
How to use ZXing library without installing barcodescanner app

I have been developing an android app to scan the barcode and QR code and send the results to some …

android barcode zxing barcode-scanner
How to use Zxing in android

I am new to Zxing. I am doing barcode conversion using zxing in my android application. Can anyone guide me …

android zxing
java.util.zip.ZipException: duplicate entry

I have been battling this error all day in Android Studio. Project was imported from an eclipse solution. I have …

android android-studio android-gradle-plugin zxing android-developer-api
Android Zxing change orientation to portrait

I'm trying to rotate Zxing display after reading a few questions and posts about the issue. After following the instructions, …

android zxing
ZXing.Net Encode string to QR Code in CF

How could I encode my string into a QR Code using ZXing.Net? I can already decode, but having problems …

c# compact-framework zxing
Calling barcode scanner on a button click in android application

I have downloaded the zxing 1.6 and was able to successfully run a standalone barcode scanner through it. Now this scanner …

android barcode-scanner zxing