zxing
How to display a 1-D barcode from string in Android?
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[详细]
2023-02-07 18:49 分类:问答Java Unsupported major.minor version 49.0 - where is it coming from?
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[详细]
2023-02-07 16:59 分类:问答PhoneGap and Zxing QrCode - building issues
I currently encounter a problem with installing ZXingWidget for a PhoneGap project. I followed both \"PhoneGap Plugins\" and ZXingWidget installation[详细]
2023-02-07 05:40 分类:问答Android - How to read contents of a webpage
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:/[详细]
2023-02-06 16:45 分类:问答zxing 1.6 ScanTest does not take me to the URL
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[详细]
2023-02-04 12:03 分类:问答2d Barcode vs 1d barcode - speed, accuracy, size
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[详细]
2023-02-03 03:33 分类:问答ZXing BarCode Scanner Only Scans App Barcodes
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[详细]
2023-01-28 07:00 分类:问答ZXing Android source for Blackberry
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.[详细]
2023-01-25 11:41 分类:问答How to I launch an activity with an Intent and pass a variable in the new activity?
So right now I\'m using the zxing barcode scanner in my app. Here is example code(generic): if(position == 0){[详细]
2023-01-22 12:55 分类:问答Detecting QR code from an image with zxing
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.[详细]
2023-01-19 23:45 分类:问答