I have been trying to generate a QR code using Zxing. Following the minimal instructions available on the Zxing project site, I was not able to get this integrated into my application. I have tried following this answer here (as well as many other search results), but BufferedImage
does not seem to be available in the Android SDK. In short, Zxing is not playing nice with my application, or the documentation is not fully explaining the process properly.
I am looking for a simple way to pass in a string and generate a QR code image representing the string. Ant code samples, or even a nudge in the right direction would greatly appreciated.