zxing
Google's zxing (Zebra Crossing) barcode library's BitMatrix not where it's supposed to be
The javadoc lists the BitMatrix class as being in com.google.zxing.common. com.google.zxing.common Class BitMatrix[详细]
2023-02-28 20:10 分类:问答ZXing problem when find qr code that does not know
I have a question ... I am using ZXing lib to recognize two types of QRCode (for iphone application) everything works fine ....[详细]
2023-02-25 11:13 分类:问答zxing integration into monodroid app
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[详细]
2023-02-23 18:42 分类:问答Android: Scanning barcode to start Intent
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[详细]
2023-02-21 03:00 分类:问答Android Bar Code results from lookup into app ZXing
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.[详细]
2023-02-18 16:30 分类:问答Layer over zxing scanner
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.[详细]
2023-02-17 16:33 分类:问答Decoding a QR code in an Android application?
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.[详细]
2023-02-14 15:17 分类:问答Question regarding Zxing for Android
working with Zxing in J2ME i had: MonochromeBitmapSource source = new LCDUIImageMonochromeBitmapSource(bitmapFile);[详细]
2023-02-12 11:49 分类:问答Zxing - Changing camera view -90 degrees
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[详细]
2023-02-09 12:28 分类:问答Embed Zxing library without using Barcode Scanner app [duplicate]
This question already has answers here: Integrating the ZXing library directly into my Android application[详细]
2023-02-07 22:46 分类:问答