does anyo开发者_如何学Cne know how to implement the zxing barcode reader in Flex 4.5? For something more recent, there\'s a great step-by-step guide here:
I am developing an barcode scanning application using zxing(in eclipse). I have read many stack overflow threads about developing.
I need to write an android aplication to create/generate a barcode using a string with the value to show.
I have read about Zxing library and I have also searched information in the hom开发者_JAVA技巧e page of the project (http://code.google.com/p/zxing/) but I need a good tutorial to learn how to develop
i have a problem in generating proper qr-codes with the zxing api. I am able to generate a qr-code but when i read the qr-code then chars like \"äü\" arent displayed right.
I have downloaded the latest zxing library via SVN, then integrated according to README file. I was able to integrate, compile and test on device. However, when compiling in the simulator I get:
I have to scan a Data Matrix written on something like this. The code is white/light gray but the background reflects different colors, depending on the position of the camera(angle), light.
I am adding zxing to my project. I first copied the iphone folder to my project directory. Then copied the cpp folder to my
I have downloaded zxing apis from net and included all the 6 needed frameworks, but still I am getting error like:
I want to integrate bar-code scannerin my Android application. I attempted to add the zxing library, but all my app does is show the camera view without scannin开发者_JS百科g.