ZXing ("Zebra Crossing") barcode scanning library for Java, Android
Find a file
2008-05-10 23:53:19 +00:00
android Merged revisions 378,380,382 via svnmerge from 2008-05-03 16:10:16 +00:00
android-m3 Many more little tweaks from IntelliJ inspections 2008-05-02 19:18:14 +00:00
core Detector is now a little more skeptical once it has found 3 confirmed finder patterns -- one may be a false positive, so it also checks to see if the estimated module sizes are "pretty similar". If not, keeps looking. 2008-05-08 15:12:44 +00:00
iphone/ZXing Remove experimental shell code for now 2008-04-23 14:38:43 +00:00
javame Many more little tweaks from IntelliJ inspections 2008-05-02 19:18:14 +00:00
javase A simple GUI interface -- still needs work 2008-05-10 23:53:19 +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 Oops, one more compile problem fixed. Also delete redundant copies of core and javase jars. 2008-05-05 17:54:15 +00:00
build.properties Updates for 0.7 2008-05-05 18:12:19 +00:00
build.xml Update Analytics tag for javadoc too 2008-05-05 18:05:00 +00:00
CHANGES Updates for 0.7 2008-05-05 18:12:19 +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]