ZXing ("Zebra Crossing") barcode scanning library for Java, Android
Find a file
srowen 7854d30103 Committed C# port from Mohamad
git-svn-id: https://zxing.googlecode.com/svn/trunk@817 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2009-01-08 17:02:40 +00:00
android git-svn-id: https://zxing.googlecode.com/svn/trunk@813 59b500cc-1b3d-0410-9834-0bbf25fbcc57 2009-01-03 14:30:45 +00:00
androidtest Add more unit tests for client.result, and more small code tweaks. 2008-12-30 15:31:25 +00:00
bug move to singleton ReaderException for a bit more performance 2008-11-17 17:56:31 +00:00
core Added 18 real world DataMatrix blackbox images, plus turned on rotation for the original set. 2009-01-06 21:11:55 +00:00
cpp/core initialize valarrays with explicit contents (zero) 2008-10-24 09:53:01 +00:00
csharp Committed C# port from Mohamad 2009-01-08 17:02:40 +00:00
iphone updated app version to 1.0.1 2008-10-24 10:12:40 +00:00
javame More reckless refactoring and code style tweaks -- mostly adding braces around conditional/loops, and using @Override 2008-12-11 23:34:49 +00:00
javase Add more unit tests for client.result, and more small code tweaks. 2008-12-30 15:31:25 +00:00
rim Generate simple .alx file with RIM build 2008-09-21 11:12:41 +00:00
zxing.appspot.com Another (better) solution for google maps long copyright strings. 2008-12-19 21:28:11 +00:00
zxingorg Remove my old email address from files. Might as well save spammers the trouble. 2008-11-15 00:07:25 +00:00
AUTHORS Committed C# port from Mohamad 2009-01-08 17:02:40 +00:00
build.properties Added a variable for Google Web Toolkit to the globabl build.properties. 2008-12-16 21:20:50 +00:00
build.xml Use useexternalfile on javadoc task to avoid odd error that only happens on Windows 2008-12-10 14:26:24 +00:00
CHANGES Updated release notes for v1.2. 2008-12-23 19:02:47 +00:00
COPYING Standardize and update all copyright statements to name "ZXing authors" as suggested by open-source team to correctly attribute copyright in a project with contributions from several sources. 2008-06-19 20:56:24 +00:00
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]