ZXing ("Zebra Crossing") barcode scanning library for Java, Android
Find a file
2011-10-18 10:04:57 +00:00
actionscript
android Guess at avoiding an NPE reported by a user 2011-10-14 08:41:14 +00:00
android-integration Issue 1006 touch up pom.xml files and add new contributed one for android-integration 2011-10-06 16:43:20 +00:00
androidtest Add a couple helpful methods 2011-09-01 08:51:04 +00:00
bug
core Update RSS14 test; remove IDE formatting comment (?) 2011-10-15 07:24:19 +00:00
cpp minor C++ optimizations 2011-10-15 00:58:10 +00:00
csharp Issue 1009 typo fix; remove unused catch variables 2011-10-08 10:38:07 +00:00
iphone add new files to xcode project file 2011-10-13 15:22:16 +00:00
javame Style stuff mostly but fix a problem between Aztec and J2ME too 2010-12-15 14:42:17 +00:00
javase Use new translate v2 API; v1 is deprecated and we should probably not have been encouraging people to access it automatically as it was apparently quite abused. v2 is for-pay; bring your own key. But, no more rate limiting. 2011-10-18 10:04:57 +00:00
jruby
objc fix objc init signatures 2011-10-09 18:55:44 +00:00
rim
symbian small fix (forgotten invalid resource elements) 2011-09-21 20:52:04 +00:00
zxing.appspot.com Adding a helpful README. I keep forgetting the appspot workflow if I don't 2011-09-17 18:00:25 +00:00
zxingorg
AUTHORS Issue 727 contributed initial Maxicode support 2011-10-04 10:12:55 +00:00
build.properties Incorrect comment. This will only build with gwt 2.0.1 at the moment 2011-08-25 04:37:05 +00:00
build.xml Don't build javame anymore in main build 2011-09-15 09:25:59 +00:00
CHANGES
COPYING
NOTICE PDF417 encoder, modified from Barcode4J 2011-08-29 09:42:52 +00:00
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]