tags:

views:

58

answers:

1

Hi, I am developing an application that needs to capture a barcode Image using Camera of the phone and scan the Barcode of that Application and return us its value. I have seen an application called ZXing in Internet.I got the corresponding .apk file of that app and also its source.But I am not able to find how to implement that API in my application.Can any one help me in sorting out this issue ? Also I also need information regarding where can I find BarCode Scanner ZXing application documentation. I will be waiting for reply.

Thanks in Advance

+2  A: 

ZXing provides two things: a library and an application. You are looking for the library...

And sometimes you should simply read the wiki! http://code.google.com/p/zxing/wiki/DeveloperNotes

WarrenFaith