views:

128

answers:

3

I would like to create a barcode scanning applciation for iPhone & Android . I have found for iPhone "Red Laser" http://www.redlaser.com/SDK.aspx.

I would like to know of any software people know about that has a shared license for both Android and iPhone devices.

Cheers.

+4  A: 

Zebra Crossing (ZXing) has an Android barcode scanning library with an iPhone port that was "contributed and/or intermittently maintained".

CommonsWare
The iPhone port is a complete rewrite; I wouldn't really call it "cross platform" as much as a separate package. It might get better if they rewrite the Android source to use the C++ version through JNI, but I don't see that happening. Last I checked, the C++ version didn't support 1D barcodes.
tc.
+1  A: 

On the iPhone, VSBarcodeReader is another commercial library which reads UPC-A, EAN-13 and EAN-8. You can try it with the free app pic2shop.

Although the app is also available for Android, the SDK is not, because zxing is the standard solution there.

I am the developer of this app/library.

Benoit
+1  A: 

ZBar, GNU LGPL 2.1.

Support iOS 4's AVCaptureInput (capture barcode from video camera), and Java too.

digdog