ZXing ("Zebra Crossing") barcode scanning library for Java, Android
Find a file
2009-03-06 19:06:06 +00:00
android - Added the version number to the about box in a robust way which will not get stale. 2009-03-06 18:31:45 +00:00
android-integration Added small android-integration module 2009-02-17 12:27:14 +00:00
androidtest Changed the order of the BaseMonochromeBitmapSource constructor arguments to be width, height to match the rest of the codebase, and added two apparently missing methods to the J2ME subclass, although I can't test it. 2009-03-06 16:52:35 +00:00
bug Changed the order of the BaseMonochromeBitmapSource constructor arguments to be width, height to match the rest of the codebase, and added two apparently missing methods to the J2ME subclass, although I can't test it. 2009-03-06 16:52:35 +00:00
core Changed the order of the BaseMonochromeBitmapSource constructor arguments to be width, height to match the rest of the codebase, and added two apparently missing methods to the J2ME subclass, although I can't test it. 2009-03-06 16:52:35 +00:00
cpp/core initialize valarrays with explicit contents (zero) 2008-10-24 09:53:01 +00:00
csharp C# port, add datamatrix code 2009-01-10 12:21:17 +00:00
iphone updated app version to 1.0.1 2008-10-24 10:12:40 +00:00
javame Removed getWidth() and getHeight() which I added by mistake. They are already present on the base class. 2009-03-06 19:06:06 +00:00
javase Changed the order of the BaseMonochromeBitmapSource constructor arguments to be width, height to match the rest of the codebase, and added two apparently missing methods to the J2ME subclass, although I can't test it. 2009-03-06 16:52:35 +00:00
rim Issue 126: make sure files are deleted after done 2009-01-17 00:44:53 +00:00
zxing.appspot.com Fix for #148 and possibly #149 plus a few code polishes here and there 2009-03-01 12:40:43 +00:00
zxingorg Remove my old email address from files. Might as well save spammers the trouble. 2008-11-15 00:07:25 +00:00
AUTHORS Added small android-integration module 2009-02-17 12:27:14 +00:00
build.properties Added a variable for Google Web Toolkit to the globabl build.properties. 2008-12-16 21:20:50 +00:00
build.xml Use useexternalfile on javadoc task to avoid odd error that only happens on Windows 2008-12-10 14:26:24 +00:00
CHANGES Updated release notes for v1.2. 2008-12-23 19:02:47 +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]