ZXing ("Zebra Crossing") barcode scanning library for Java, Android
Find a file
2008-02-12 17:32:15 +00:00
core Small optimization to check ranges of bits set in BitArray in bulk 2008-02-12 17:32:15 +00:00
javame Ignores exception when trying to stop auto-focus to handle devices that don't support this 2008-02-06 16:13:12 +00:00
javase Major refactoring of 1D barcode code. Moved into com.google.zxing.oned package. Misc. other changes to support this refactoring 2008-02-04 19:14:29 +00:00
rim Checks that dependencies are built now and produces an appropriate warning message. 2008-01-30 16:12:56 +00:00
build.properties Updates for 0.3 2008-02-04 19:17:14 +00:00
build.xml Clean up some javadoc warnings 2008-02-05 21:56:03 +00:00
CHANGES Updates for 0.3 2008-02-04 19:17:14 +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]