I currently implemented zxing on eclipse. I would just like to ask where i could find the codes where the decoded QR code text is being outputted? I cant seem to find which part of the zxing library the output of the scanned QR code is displayed on the mobile phone.
Share
It is in
android/, which I presume you have copied and pasted into your project. Please don’t do this; we discourage it strongly. Write your own app and use pieces of the project as needed. See http://code.google.com/p/zxing/wiki/ScanningViaIntent