I'm going to develop mobile app that using QR Code to make easy for the user to view the information detail of the item. Anyone have reference to help me to create QR Code?
2 Answers
Just use the Zxing library, it is an open-source, multi-format 1D/2D barcode image processing library implemented in Java and it supports QR Code.
There are very good tutorials explaining how to create apps to read QR codes from scratch using Zxing library.
1 Comment
Blue Venrir
By the way do you know some references about how to make android apps (Eclipse Plugin perhaps?) that read QR code. Just sayin'