ZXing ("Zebra Crossing") barcode scanning library for Java, Android
Find a file
2008-03-06 21:54:24 +00:00
android Just addin' copyright comments 2008-03-06 21:11:45 +00:00
core Add support for Android Intent URIs encoded in a barcode 2008-03-06 16:05:56 +00:00
iphone/experimental Initial check in of rough, experimental iPhone code. Not to be used just yet; just here so we can collaborate a bit. 2008-02-25 21:57:48 +00:00
javame Add some quotes on preverify command line to fix build issues on Windows, where paths may have spaces 2008-03-06 21:48:34 +00:00
javase Various code tweaks and refactorings suggested by IntelliJ 2008-03-05 17:26:44 +00:00
rim Also quote a path here, which may have spaces, notably on windows 2008-03-06 21:54:24 +00:00
build.properties Updates for 0.5 2008-03-05 17:38:47 +00:00
build.xml More little tweaks to make the 'release' build target happy again 2008-02-22 19:32:35 +00:00
CHANGES Updates for 0.5 2008-03-05 17:38:47 +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]