ZXing ("Zebra Crossing") barcode scanning library for Java, Android
Find a file
christian.brunschen 5a2cdcede7 Removed redundant RotatingNavigationController class
git-svn-id: https://zxing.googlecode.com/svn/trunk@445 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2008-06-19 14:02:47 +00:00
android Refactored the MonochromeBitmapSource hierarchy to share a great deal of code and shrink the derived classes considerably. 2008-06-11 23:52:35 +00:00
core Added, at least, parsing of ECI mode in QR Code 2008-06-19 01:37:49 +00:00
cpp/core First version of the iphone client that actually works, for at least a subset 2008-06-19 08:52:37 +00:00
iphone Removed redundant RotatingNavigationController class 2008-06-19 14:02:47 +00:00
javame Renamed core OSGi bundle to "ZXing"; removed "level=" attribute on <jar> tasks since it singlehandly introduces a depence on Ant 1.7 and doesn't buy much. OS X for example does not ship with Ant 1.7 yet. 2008-06-18 17:40:14 +00:00
javase Renamed core OSGi bundle to "ZXing"; removed "level=" attribute on <jar> tasks since it singlehandly introduces a depence on Ant 1.7 and doesn't buy much. OS X for example does not ship with Ant 1.7 yet. 2008-06-18 17:40:14 +00:00
rim Slight improvement to the crudeness of the BB client -- now tries to auto-exit the Camera app 2008-03-06 22:02:12 +00:00
zxingorg Added raw bytes to human readable output of zxing.org decoder 2008-06-18 17:56:29 +00:00
build.properties Updated for 0.8, remove references to android-m3 2008-06-12 15:57:07 +00:00
build.xml Renamed core OSGi bundle to "ZXing"; removed "level=" attribute on <jar> tasks since it singlehandly introduces a depence on Ant 1.7 and doesn't buy much. OS X for example does not ship with Ant 1.7 yet. 2008-06-18 17:40:14 +00:00
CHANGES Update with notes for 0.8 2008-06-16 16:42:29 +00:00
COPYING Oops, update year / company 2007-11-15 17:56:28 +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]