It has been some time since I was here.
I'm currently trying to develop an application in Adobe AIR with a 1D barcode reader using the deviceβs camera function. I tried using the ZXing library and followed the example http://www.remotesynthesis.com/post.cfm/adding-a-qr-code-reader-in-flex-on-android . However, the QR reads, but I was not able to get the 1 D barcode reader to work. Even with the MultiFormatReader class.
However, I tried ZXing BarcodeScanner from the Android Market and it works fine on my device. So, I was thinking about using ZXing android Intent to handle reading and passing the result back to my AIR application. But I do not know how to start an Android project from AIR.
Any suggestions are welcome, thanks.
source
share