I am using ZXing via intent to scan 1D bar-codes.ZXing sends me back the type of 1D barcode that was scanned (UPC-A, Code 39, etc...) and the string that is encoded in the barcode.I would like to take
I have downloaded the zxing Google QR code from SVN and used eclipse to edit one of the class files. I\'ve compiled the changes using ANT and it runs fine locally. When I run it on alive server I get
I currently encounter a problem with installing ZXingWidget for a PhoneGap project. I followed both \"PhoneGap Plugins\" and ZXingWidget installation
I\'m writing an Android app that uses zxing (barcode scanner).I\'ve gotten to the point where the barcode scanner returns a product id (example: 798709102087), and I put that in a url (example: http:/
I am using zxing 1.6 ScanTest to scan QR codes.The functionality works to display the urlon the iphone开发者_如何转开发 screen but how do I get it to send the user to a web page based on the url in th
I wanted to implement barcode for one of my mobile project requirements. The amount of data that is to be stored is very little (<25 alpha-numeric). I want to know if its wiser to implement a 1d ba
I have leveraged the ZXing barcode scanner intent, but it will only scan App barcodes (the barcodes that you take a picture of and it installs the app on your phone).I want it to be able to scan the b
To my knowledge, in the ZXing Android source code, there is a custom layout to display key points in the QR code image (ViewfinderView). It then displays analysis of the byte stream of the image.
So right now I\'m using the zxing barcode scanner in my app. Here is example code(generic): if(position == 0){
Is zxing library will directly detect the QR code from an image without having to determine where the location开发者_运维百科 of the QR code in the image?The short answer is yes.