I followed every instructions, wiki, getting started, guides, help, etc. I could find about ZXing project. After many many debugging, I finally manged to compile using ant core.jar, javame.jar, and javese.jar. I would like to integrate ZXing into my code, i.e., I wish to scan \read a barcode and handle its data.
I've imported as external jar each of the files mentioned above. Then I turned to https://code.google.com/p/zxing/wiki/DeveloperNotes to use the MultiFormatReader(). The BufferedImage class cannot be resolved. I tried whatever I know and I even tried android's Bitmap for a workaround, but it didn't help me either.
I know I can use an intent to read\scan the barcode, but I wish to handle it myself and not to install a "3rd party" application.
Can anyone please help me understand how can I do so? Few lines of code will be appreciated.
And again, I only want to scan\read a barcode and analyze its data.