Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a cross platform barcode scanner application with an SDK available for mobile devices? [closed]

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.

like image 457
digiguru Avatar asked Feb 27 '23 15:02

digiguru


2 Answers

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

like image 198
CommonsWare Avatar answered Mar 01 '23 05:03

CommonsWare


ZBar, GNU LGPL 2.1.

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

like image 43
digdog Avatar answered Mar 01 '23 05:03

digdog