I’m currently using ZXing in my Android app to generate a one-dimension barcode (EAN_13 and CODE_39).
The result is looking good but I’d like to display numbers below the barcode, like that:

Is it doable?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You could simply just add a TextView aligned below|center of the xzing barcode, and put the numbers in there.
If you really care about the specific look (with the numbers aligned slightly inside the barcode) – you could set a white background to the TextView, and use a negative alignment to move it up slightly into the barcode.
Don’t know answer if xzing supports what you want. Good Luck.