I was integrating the barcode scanner app for blackberry using zxing. I am able to create cod file using the build.xml(provided with the zxing package on google code) via command line. But when I add
I\'ve integrated the zxing library into my app but part of my requirement is to be able to continually scan QR codes.
I\'ve gone through the examples here regarding encoding barcode: http://code.google.com/p/zxing/source/browse/trunk/androidtest/src/com/google/zxing/client/androidtest/ZXingTestActivity.java开发者_S
I\'m using the zxing C# port to decode a QR barcode. The code is simple and based on an example I found online (see below).
I am rather new to ZXing and has been exploring their API. I have seen Using ZXing to create an android barcode scanning app and getting scan result when using zxing?
Many weeks ago,I tried to work on a mini project on Android OS requires ZXING, I followed several tutorials on this web site and on other
Does anyone have a working jar of 1.6 zxing? I tried to download it and compile blah blah blah but version 2.3 has some problem in compiling. I am downloading the trunk right now but its th开发者_C百科
I\'ve been using zxing todecode QRCodes.I\'ve also now the got the encod开发者_如何学Goer working and can create the QRCode which contains the encoded data.
Well, I\'m trying implement a integration of zxing with my Android App. In my app there is a MainA开发者_如何学Goctivity. In this MainActivity, I use a button to execute the first block of code below.
I followed every instructions, wiki, getting started, guides, help, etc. I could find about ZXing project.