Generate barcode image in Android application
android, barcode, image
Solution
Thanks for your answers guys... In the meantime I found solution so here is what I used: http://www.onbarcode.com/products/android_barcode/barcodes/ean13.html It's a library that worked fine for me so if anyone has the same issue I suggest using it.
Thanks again!
Problem
I need to generate 1D barcode image and set it to ImageView according to given 13-character code. Can anyone help me with this please?