I want to create barcode scanner in android .Is there any sample example for this. I have tried using intent and i got the barcode but for this we need to install barcode scanner in android mobile.I do not want to use the downloaded barcode scanner in my application.I got the zxing.zip file but it is not clear to understand to make barcode scanner application.Is there any simple example that just scan barcode .
Thank you
You can use one of barcode scanning libraries. The three I can recommend are:
Scandit is pretty young but their algorithms are very, very good, IMHO better than Redlaser’s (Redlaser is owned by eBay now). Both Scandit and Redlaser are pricey for commercial use, but scandit has an ad-run free version. Zxing on the other hand is open source and fully free to use but it has much worse quality especially when scanning in non-perfect-lab conditions (rounded shapes, reflection barcodes a little worn etc.).