ZXing ("Zebra Crossing") barcode scanning library for Java, Android
Find a file
smparkes@smparkes.net c7e2f62050 port r1899 java changes to C++
git-svn-id: https://zxing.googlecode.com/svn/trunk@1960 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2011-10-12 17:02:48 +00:00
actionscript
android Merge from "Barcode Scanner Plus": avoid deprecated AndroidHttpClient and use java.net for networking; better HTTP headers, better redirect handling 2011-10-12 11:53:54 +00:00
android-integration Issue 1006 touch up pom.xml files and add new contributed one for android-integration 2011-10-06 16:43:20 +00:00
androidtest
bug
core Issue 1006 touch up pom.xml files and add new contributed one for android-integration 2011-10-06 16:43:20 +00:00
cpp port r1899 java changes to C++ 2011-10-12 17:02:48 +00:00
csharp Issue 1009 typo fix; remove unused catch variables 2011-10-08 10:38:07 +00:00
iphone trying to cleanup/stabalize the xcode settings, remove a few deprectations, and plug some small leaks 2011-10-11 19:46:52 +00:00
javame
javase Issue 1006 touch up pom.xml files and add new contributed one for android-integration 2011-10-06 16:43:20 +00:00
jruby
objc fix objc init signatures 2011-10-09 18:55:44 +00:00
rim
symbian small fix (forgotten invalid resource elements) 2011-09-21 20:52:04 +00:00
zxing.appspot.com
zxingorg
AUTHORS Issue 727 contributed initial Maxicode support 2011-10-04 10:12:55 +00:00
build.properties
build.xml
CHANGES
COPYING
NOTICE
README

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]