ZXing ("Zebra Crossing") barcode scanning library for Java, Android
Find a file
2010-08-24 18:59:26 +00:00
actionscript
android Slovenian translation 2010-08-23 16:41:15 +00:00
android-integration Add Code 93 support. Update tests to reflect new (better) number of successes. 2010-05-30 14:37:08 +00:00
androidtest Updated the ZXingText Ant file to match the Barcode Scanner one. 2010-08-23 15:39:33 +00:00
bug
core Created new UPC-A blackbox test. 2010-08-23 15:47:13 +00:00
cpp Removed an extra memcpy and made getMatrix() pure virtual. 2010-08-24 18:59:26 +00:00
csharp
iphone Issue 479 2010-08-17 21:18:56 +00:00
javame For consistency with android/ search Google 2010-04-13 10:23:37 +00:00
javase Tweak svn/git ignores 2010-08-20 00:41:26 +00:00
jruby Replace tabs with spaces ( part of accepting another big patch); fix one failing test due to typo 2010-05-02 06:49:18 +00:00
rim
symbian Updated with the latest version of the library. Uses MultiFormatReader instead of QRCodeReader. DataMatrixReader is still not supported. 2010-07-14 09:32:32 +00:00
zxing.appspot.com Issue 507 remove company 2010-08-11 13:44:38 +00:00
zxingorg Preserve line breaks into XHTML 2010-08-16 11:09:49 +00:00
AUTHORS Slovenian translation 2010-08-23 16:41:15 +00:00
build.properties Fix small compile error in javame/, update for Java ME SDK 3.x layout, finally disentangle Proguard location from WTK 2010-04-12 08:59:41 +00:00
build.xml Minor change to make javadoc work with new Android SDK 2010-08-17 17:34:32 +00:00
CHANGES Changes for 1.5 2010-03-04 18:43:14 +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]