I have developed a code for barcode scanner to read a barcode, I used the source from "ZXing site". Process I have done is following:
- Download the ZXing 1.7
- Created a project in Eclipse for Android.
- Copied all the files from the folders "android & core" in ZXing1.7
- Run it in my android device.
sometimes its working nice, camera view is opening and I am able to get the bar code number.
sometimes camera view is opening but I wasn't able to get the bar code number.
What is the mistake? Can anybody help to solve this issue?
thanks in advance