ZXing ("Zebra Crossing") barcode scanning library for Java, Android
Find a file
2007-12-03 16:44:39 +00:00
core Finally added the beginnings of a decent black-box unit test for QR code decoding 2007-11-30 22:24:02 +00:00
core-ext Added UPC support to the result types, and added a build target without J2ME. 2007-12-03 16:44:39 +00:00
javame Add proguard optimizer support. Switch to compile against WTK class files and target version 1.2 class file output, to possibly fix compatibility issues. 2007-11-29 19:44:05 +00:00
javase Use max compression on .zip/.jar files 2007-11-28 17:22:39 +00:00
build.properties Added UPC support to the result types, and added a build target without J2ME. 2007-12-03 16:44:39 +00:00
build.xml Added UPC support to the result types, and added a build target without J2ME. 2007-12-03 16:44:39 +00:00
CHANGES More changes for 0.1.2 2007-11-28 17:16:12 +00:00
COPYING Oops, update year / company 2007-11-15 17:56:28 +00:00
README git-svn-id: https://zxing.googlecode.com/svn/trunk@39 59b500cc-1b3d-0410-9834-0bbf25fbcc57 2007-11-15 17:59:01 +00:00

Please refer to the project page for more information:
http://code.google.com/p/zxing/
in particular:
http://code.google.com/p/zxing/wiki/GettingStarted

To get started, you can try building and running the command-line client;
you will need to have Apache's Ant tool installed to run this:

ant -f core/build.xml
ant -f javase/build.xml
java -cp javase/javase.jar:core/core.jar com.google.zxing.client.j2se.CommandLineRunner [URL]