ZXing ("Zebra Crossing") barcode scanning library for Java, Android
Find a file
dswitkin 40d1a24e50 Updating 1.0 release notes.
git-svn-id: https://zxing.googlecode.com/svn/trunk@578 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2008-09-11 14:14:25 +00:00
android Small updates and improvements to the Android client. 2008-09-11 14:02:28 +00:00
bug More fixes to the build files after trying to build the whole thing again for release 2008-07-10 20:25:42 +00:00
core Added an ISBN parsed result type courtesy of jbreiden. 2008-09-08 20:54:52 +00:00
cpp/core Added 'About' screen, localized application name 2008-08-14 11:00:48 +00:00
iphone removed erraneous reference to 'oned' directory; added 'photolib.png' image file 2008-09-02 21:39:49 +00:00
javame Another light hack attempt to work around Issue 70 2008-07-31 19:21:34 +00:00
javase Updated Alasdair's ImageConverter tool to take -row and -2d arguments to evaluate our black point estimators. Also converted the output format to png and added red lines when the dynamic range was insufficient to calculate a meaningful black point. 2008-08-06 17:53:12 +00:00
rim Per Matt, fix use of FieldLabelProvider since it is not actually available to apps as a public API 2008-08-11 14:51:48 +00:00
zxingorg git-svn-id: https://zxing.googlecode.com/svn/trunk@574 59b500cc-1b3d-0410-9834-0bbf25fbcc57 2008-09-01 00:33:53 +00:00
AUTHORS Initial checkin of RIM client from LifeMarks, after initial refactorings and style changes, etc. May still need work. 2008-08-04 18:39:26 +00:00
build.properties Reverted accidental build.properties change 2008-08-14 11:04:21 +00:00
build.xml More fixes to the build files after trying to build the whole thing again for release 2008-07-10 20:25:42 +00:00
CHANGES Updating 1.0 release notes. 2008-09-11 14:14:25 +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]