I need the scanner that scans the bar code as well as QR code.For this i saw one App in the Play Store is QR Barcode Scanner.But i don’t how to integrate this to android application.
I want the best scanner either it is free or paid and that is easily integrate to android application.Please give me your valuable suggestions
thanks
I would recommend to use zxing (http://code.google.com/p/zxing/). It provides a number of way to integrate bar code/QR code scanning.
Personally I like the method using intent. It is very easy and robust soultion. You can read more from here.