ZXing ("Zebra Crossing") barcode scanning library for Java, Android
Find a file
2008-06-27 18:14:19 +00:00
android More refactoring of parsed results / result parsers; added basic vCard support 2008-06-27 17:50:47 +00:00
bug Initial checkin of bug client code from buglabs 2008-06-24 19:00:09 +00:00
core Added mms:, mmsto: support and tests, plus basic tests for vCard format 2008-06-27 18:14:19 +00:00
cpp/core debug printout cleanup 2008-06-24 16:27:52 +00:00
iphone added icon png files 2008-06-25 14:59:57 +00:00
javame More refactoring of parsed results / result parsers; added basic vCard support 2008-06-27 17:50:47 +00:00
javase Added which format was decoded to the CommandLineRunner output. 2008-06-20 18:35:42 +00:00
rim 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
zxingorg More refactoring of parsed results / result parsers; added basic vCard support 2008-06-27 17:50:47 +00:00
AUTHORS Implemented Paul's solution to the basic/regular build problem -- a sort of pseudo-reflection approach that works in J2ME. Now we have only a build target, not separate products for the basic version. 2008-06-26 15:35:39 +00:00
build.properties Updated for 0.8, remove references to android-m3 2008-06-12 15:57:07 +00:00
build.xml Implemented Paul's solution to the basic/regular build problem -- a sort of pseudo-reflection approach that works in J2ME. Now we have only a build target, not separate products for the basic version. 2008-06-26 15:35:39 +00:00
CHANGES Update with notes for 0.8 2008-06-16 16:42:29 +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]