ZXing how to scan QR-Code AND 1D barcode?

If you just want to scan both (and not exclusively these two): Don't add the SCAN_MODE extra to the intent. Thats optional to limit the type of barcode to a certain type. Not specifying it will scan all possible types.

Thanks I didn't know I could do that :) Works perfectly! – Marco Matarazzi Aug 29 at 17:44.

I recommend using IntentIntegrator it is a class the Zxing project has that I am using with one of my apps. I have provided a link to the file. It encapsulates the scan code and is great for simple scanning function.

InitiateScan method is where you want to look. Enjoy!

ZXing (pronounced "zebra crossing") is an open-source, multi-format 1D/2D barcode image processing library implemented in Java, with ports to other languages. Our focus is on using the built-in camera on mobile phones to scan and decode barcodes on the device, without communicating with a server. However the project can be used to encode and decode barcodes on desktops and servers as well.

To complement our decoding software, we have created a web-based QR Code generator which supports contact information, calendar events, URLs, and much more. Please post to our discussion forum or tag a question with zxing on StackOverflow instead of emailing the authors privately. QR code is trademarked by Denso Wave, inc.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions