Barcode Generator / Reader provides 2 functions, barcode generator and barcode reader. The generator module supports only QR code for now. The reader module supports UPC-A, UPC-E, EAN-8, EAN-13, CODE-39, CODE-128, ITF and QR code.
Where the barcode is saved?
All saved barcodes are saved in /sdcard/data/com.sugree.barcodegen
by the name in UUID style. This directory is created automatically on first use with ".nomedia" file to prevent MediaScaner
to scan this directory. Since version 1.2, these barcodes are inserted to MediaStorage
so you can access them through Gallery. The saved barcodes in this directory are necessary to prevent duplicate insertion in case you save or share the same barcode more than once.
Barcode Generator / Reader is a derivative work on top of ZXing http://code.google.com/p/zxing/ licensed under Apache License 2.0.