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?
Check out the answer on: Generate 1D barcode in Android
They suggest using IText which is a java PDF manipulation library. That also has the capability to generate barcode images.
You can find sample code in that question that I linked and also here