working with Zxing in J2ME i had:
MonochromeBitmapSource source = new LCDUIImageMonochromeBitmapSource(bitmapFile);
I'm having no troubles working with it Zxing in Android except in this case, i don't know how to create the MonochromeBitmapSource given that there is no LCDUI.... class.
Any hint?
Thanks!