Embedded ZXing - what am I missing?

Posted by Brian515 on Stack Overflow See other posts from Stack Overflow or by Brian515
Published on 2010-06-06T01:27:52Z Indexed on 2010/06/06 1:32 UTC
Read the original article Hit count: 708

Filed under:
|
|
|

Hi all,

Sorry if this has been answered before, but I am trying to make an application that will include the ability to scan barcodes on Android. I'm looking at using ZXing as the library, however, I want to embed the scanner in my application so that the user doesn't have to have the ZXing barcode scanner installed to use my application. From the description of ZXing, it sounds like this is possible.

I've gotten as far as building ZXing, linking it into my project in Eclipse, then creating a new reader instance. However, I'm lost when it comes to starting the barcode reader and implementing the callbacks. IMO, this is when the documentation here gets hazy.

If someone could explain how to use ZXing properly, that would be of great help.

Cheers!

© Stack Overflow or respective owner

Related posts about android

Related posts about barcode