356
I Use This!
Moderate Activity

News

Analyzed about 19 hours ago. based on code collected 2 days ago.
Posted almost 11 years ago by [email protected] (Viktor Markov)
Hello, everyone I'm young programmer, new to android development. Here is my story. I'm building an app for a competition for a bank. I'm using Barcode Scanner App to get data from a QR code and pass it to my application. I'm not very good with law and licenses, so, can anyone tell me, do I need to pay something
Posted almost 11 years ago by [email protected]
Revision: 2822 Author: [email protected] Log: AztecWriter improvements from fyellin [link] Added: /trunk/core/test/src/com/googl e/zxing/aztec/detector /trunk/core/test/src/com/googl e/zxing/aztec/detector/Detecto rTest.java Modified: /trunk/core/src/com/google/zxi ng/aztec/AztecWriter.java
Posted almost 11 years ago by [email protected]
Revision: 2821 Author: [email protected] Log: Issue 1712 fix test case too [link] Modified: /trunk/core/test/src/com/googl e/zxing/oned/CodaBarWriterTest Case.java
Posted almost 11 years ago by [email protected]
Revision: 2820 Author: [email protected] Log: Issue 1712 fix handling of start/stop chars [link] Modified: /trunk/core/src/com/google/zxi ng/oned/CodaBarWriter.java
Posted almost 11 years ago by [email protected]
Status: New Owner: ---- New issue 1712 by [email protected]: Codabar generator rejects ABCD as terminal symbols (or TN*E as start symbols) [link] What steps will reproduce the problem? 1. Attempt to generate a Codabar code with value A31117013206375B
Posted almost 11 years ago by [email protected] (Aaron Myers)
The very first thing I scanned was a brick of extra sharp cheddar, by CABOT. The program's first solution to the upc code : 078354703328 "Smith Corona typewriter" Not even close. Think I will go to my old standby... This app has poor substitutions in product lookups.
Posted almost 11 years ago by [email protected] (Glen)
Hello all, I recently tried upgrading my app from zxing 2.1 to 2.2. I have a modified OverlayView class that puts views on top of the zxingwidgetcontroller. One of the views is a UISwitch to turn the camera light on and off. After upgrading to zxing 2.2, UI elements are very unresponsive. Clicking
Posted almost 11 years ago by [email protected] (adgonzal21)
Hi all, I have to process bundles of scanned documents. All the documents have one barcode but I don't know the type (It can be pdf417 or code39) of this barcode since are not ordered. I use the PDF417Reader and Code39Reader and they work fine with barcodes of its type but i don't know which apply to
Posted almost 11 years ago by [email protected] (Aswin Srinivasan)
Hey thr, This is Aswin. I'm doing one project on QR codes. I need to develop my own qr code generator tool. I want to develop a qr code generator tool with both encoding and decoding facilities. Please suggest me what i have to do? and how could i develop it.?
Posted almost 11 years ago by [email protected]
Revision: 2819 Author: [email protected] Log: We can finally use isEmpty(), given Android 2.3.3+ is required [link] Modified: /trunk/android/src/com/google/ zxing/client/android/DecodeHin tManager.java /trunk/android/src/com/google/ zxing/client/android/HelpActiv ity.java