The javadoc lists the BitMatrix class as being in com.google.zxing.common. com.google.zxing.common Class BitMatrix
I have a question ... I am using ZXing lib to recognize two types of QRCode (for iphone application) everything works fine ....
I\'m trying to integrate ZXing\'s barcode scanner into a MonoDroid application. I see that normal Android (java) apps have IntentIntegration.java and IntentResult.java to include into their project to
Is it possible to create an qr-barcode, such as, that only by scanning this code (wit开发者_运维技巧h ZXing Barcodescanner) an Intent will start, that opens my application?Yes. You can have a special
I am trying to write an app that uses the ZXing bar code scanner app.I have made the app use the intent for the results.I get the UPC Code and the UPC type returned which is cool.
I\'m 开发者_运维问答writing an App for Android which uses the ZXing scanner. I\'d like to place a layer over this activity to show some customized messages or images while the user is scanning.
In Android, Using ZXing we can scan a QR code through phone camera and decode it. But, in my scenario, the QR code image is stored in the phone itself and I need to decode it.
working with Zxing in J2ME i had: MonochromeBitmapSource source = new LCDUIImageMonochromeBitmapSource(bitmapFile);
First of all开发者_运维技巧, I would like to refer to this Issue on the google groups. My problem is i want the landscape-native app to work in portrait mode. The way of getting the app into portrai
This question already has answers here: Integrating the ZXing library directly into my Android application