I\'ve set up the /android project of ZXing 1.7 as a library referenced by my main android app project. As a quick test / proof of concept, I
I have added core jar file of ZXing according to post Integrating the ZXing library directly into my Android application
I am having problem displaying a view in navigation controller after dimissing ZXingWidgetController. Here are the steps.
I have requirement inwhich I need to scan the QR code using ZXING library in Android application. I have added complete ZXING code in my project and written following code for opening camera for QR co
I want put a barcode in my page and can preview it. The barcode generator is google.zxing and my reporting tool is iReport.
I\'m currently trying to build an application in Java, which should be able to read QR tags from a couple of meters.
I added the Zxing library to my android app but there is a problem. When you already have a bar code scanne开发者_Python百科r installed it presents you
I currently implemented zxing in my app with @Sean Owen\'s IntentIntegrator (Thanks Sean!). I would like to use the UPC code retrieved to find out the actual product name. I know there is no easy way
Hello everyone, If any one of you can help me this. I am using zxing to decode barCode image, but it returns com.google.zxing.NotFoundException, don\'t know why. The same image gets decoded via Inte
i am new to ios development . can anybody pls tell me . is it possible to use Zxing lib for scanning bar/qr-code on iPhone for a webapp(HTML5/javascript) ?