ZXing ("Zebra Crossing") barcode scanning library for Java, Android
Find a file
2010-04-11 10:03:27 +00:00
actionscript
android Make sure it's possible un-set custom search URL; sometimes remains as a newline or space 2010-04-11 10:03:27 +00:00
android-integration Issue 367, add custom format support 2010-04-02 23:14:13 +00:00
androidtest
bug
core Noticed we should just use BarcodeFormat constants in the client for simplicity 2010-04-10 15:30:22 +00:00
cpp
csharp
iphone
javame
javase Use jar packaging 2010-04-06 19:58:40 +00:00
jruby
rim
zxing.appspot.com
zxingorg
AUTHORS Credit Ryan 2010-04-07 15:04:36 +00:00
build.properties
build.xml
CHANGES
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]