ZXing ("Zebra Crossing") barcode scanning library for Java, Android
Find a file
srowen 5f9237e9d0 Javadoc typo fix
git-svn-id: https://zxing.googlecode.com/svn/trunk@273 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2008-03-12 19:27:17 +00:00
android Refactorings to allow raw bytes to be passed back with reader result, where applicable 2008-03-12 18:51:46 +00:00
core Javadoc typo fix 2008-03-12 19:27:17 +00:00
iphone/experimental Initial check in of rough, experimental iPhone code. Not to be used just yet; just here so we can collaborate a bit. 2008-02-25 21:57:48 +00:00
javame Refactorings to allow raw bytes to be passed back with reader result, where applicable 2008-03-12 18:51:46 +00:00
javase Undo earlier change that rejects TYPE_CUSTOM -- too many images parse this way, and we can still decode them in some cases. Still can't rotate them. 2008-03-10 16:26:57 +00:00
rim Slight improvement to the crudeness of the BB client -- now tries to auto-exit the Camera app 2008-03-06 22:02:12 +00:00
build.properties Changed for 0.5.5 2008-03-12 19:21:39 +00:00
build.xml
CHANGES Changed for 0.5.5 2008-03-12 19:21:39 +00:00
COPYING
README

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]