ZXing ("Zebra Crossing") barcode scanning library for Java, Android
Find a file
srowen 8a46200c72 Add ENCODING=QUOTED-PRINTABLE support
git-svn-id: https://zxing.googlecode.com/svn/trunk@1317 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2010-04-24 09:28:10 +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 Try to respect silent ringer setting 2010-04-23 14:58:14 +00:00
android-integration Allow caller to manage resulting AlertDialog. Also use CharSequence for a tiny bit more flexibility. 2010-04-21 00:26:05 +00:00
androidtest 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
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 Add ENCODING=QUOTED-PRINTABLE support 2010-04-24 09:28:10 +00:00
cpp Fixed things broken in the last commit. 2010-04-02 17:17:31 +00:00
csharp New C# port from Suraj Supekar 2010-02-05 19:52:53 +00:00
iphone Include DataMatrix CPP files in order to link 2010-03-20 09:29:03 +00:00
javame For consistency with android/ search Google 2010-04-13 10:23:37 +00:00
javase Use RSS14 on the command line; scan more lines since RSS14 stacked kind of needs this; fix VerifyError when RSS14 is enabled on Android 2010-04-19 09:23:43 +00:00
jruby Added JRuby wrapper for fun scripting times. 2010-03-05 18:12:55 +00:00
rim 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
zxing.appspot.com Add location/description, I believe. Update for GWT 2.x 2010-04-13 14:08:47 +00:00
zxingorg Watch for CMMException 2010-04-15 21:38:15 +00:00
AUTHORS Forgot to credit jwicks on last change 2010-04-19 20:50:34 +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 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
CHANGES Changes for 1.5 2010-03-04 18:43:14 +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]