Possible Duplicate:
Using ZXing to create an android barcode scanning app

I want to develop something in which the zxing scanner gives me results and i will do the rest of the job.The problem im facing is that most of the answers here give results in which if barcode is not installed ,the program will request permission to install .i want that scanner be inbuilt i just dont want the other functions since the file provided by zxing is a big one Can anyone help with this one

link|improve this question
feedback

closed as exact duplicate by casperOne Dec 6 '11 at 21:47

This question covers exactly the same ground as earlier questions on this topic; its answers may be merged with another identical question. See the FAQ for guidance on how to improve it.

1 Answer

up vote 1 down vote accepted

Did you tried zxing QR code scanner. It is an open source code which is useful for reading almost all types of bar codes. you can download the source code of zxing from this link: http://code.google.com/p/zxing/source/checkout in this they have clearly specified the how to scan a qr code. Just go through the code. I can also suggest another link that will help you to run the source code: http://www.falatic.com/index.php/12/building-zxing-for-android-part-3-using-eclipse . After that explore the code you can sort it out

link|improve this answer
i know what is zxing but how to implement it – Bharat Gulati Jun 2 '11 at 15:02
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.