ZXing ("Zebra Crossing") barcode scanning library for Java, Android
Find a file
2011-07-12 10:11:56 +00:00
actionscript
android
android-integration Access Intent.setPackage() via reflection only if available for 1.5 compatibility 2011-05-28 18:06:18 +00:00
androidtest
bug
core Issue 898 be more precise about calculating data size and version 2011-07-11 14:57:55 +00:00
cpp C++ changes to parallel r1837 2011-06-28 16:06:13 +00:00
csharp
iphone Issue 903 logic error for setting torch 2011-07-12 10:11:56 +00:00
javame Style stuff mostly but fix a problem between Aztec and J2ME too 2010-12-15 14:42:17 +00:00
javase
jruby
objc
rim
symbian
zxing.appspot.com
zxingorg
AUTHORS git-svn-id: https://zxing.googlecode.com/svn/trunk@1835 59b500cc-1b3d-0410-9834-0bbf25fbcc57 2011-06-25 20:15:23 +00:00
build.properties Reverted build.properties back to the template version, removing my personal changes. 2011-07-06 20:08:19 +00:00
build.xml
CHANGES Updates for ZXing 1.7. 2011-06-08 19:47:18 +00:00
COPYING
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]