ZXing ("Zebra Crossing") barcode scanning library for Java, Android
Find a file
srowen e9ae6dd4d3 Issue 582
git-svn-id: https://zxing.googlecode.com/svn/trunk@1625 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2010-10-13 14:13:55 +00:00
actionscript Adding the actionscript3/Flex conversion of the zxing library plus a demo app. 2009-11-20 15:00:00 +00:00
android Add "retreive more info" feature -- resolves redirectors and gets first product result inside the app 2010-10-12 21:35:16 +00:00
android-integration Small fixes for 1.6 release 2010-09-13 10:58:48 +00:00
androidtest Don't use Build.VERSION_CODES as it's not in 1.5 2010-09-18 10:45:38 +00:00
bug Refactored the MonochromeBitmapSource class hierarchy into LuminanceSource, Binarizer, and BinaryBitmap classes. The unit tests pass and I believe the change is complete, but there are some clients like J2ME and Bug that I can't build. 2009-06-26 17:49:45 +00:00
core Issue 582 2010-10-13 14:13:55 +00:00
cpp Issue 524 2010-08-31 03:18:56 +00:00
csharp New C# port from Suraj Supekar 2010-02-05 19:52:53 +00:00
iphone add preview layer before starting capture 2010-09-09 15:10:50 +00:00
javame Added simplistic ability to rotate an LCDUI image (once), to help out some devices that receive the image rotated 90 degrees 2010-09-30 15:11:06 +00:00
javase Morgan's cosmetic improvement to a translation, and equivalent for other translations we dare touch 2010-09-27 21:51:10 +00:00
jruby Replace tabs with spaces ( part of accepting another big patch); fix one failing test due to typo 2010-05-02 06:49:18 +00:00
rim Issue 548, delete() before close() on FileConnection 2010-09-10 12:40:18 +00:00
symbian An update on the ZXingBarcodeReader tutorial. 2010-09-15 20:50:09 +00:00
zxing.appspot.com Fix typo in date error message 2010-09-30 19:53:45 +00:00
zxingorg Preserve line breaks into XHTML 2010-08-16 11:09:49 +00:00
AUTHORS Issue 582 2010-10-13 14:13:55 +00:00
build.properties Fix small compile error in javame/, update for Java ME SDK 3.x layout, finally disentangle Proguard location from WTK 2010-04-12 08:59:41 +00:00
build.xml Small fixes for 1.6 release 2010-09-13 10:58:48 +00:00
CHANGES Change notes for 1.6 2010-09-20 18:12:40 +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]