0

I have to make an app that takes strings and makes barcodes in Datamatrix formats. I found Barcode4j. Looks like a library that fits my needs, but I can't us it on Android. somebody can tell me how can i us it or tell me wich free library works on Android(please Datamatrix format)? Thanks in advance.

2 Answers2

1

Try this: https://code.google.com/p/zxing/ It runs on android and is some sort of standard for barcodes.

sschrass
  • 7,014
  • 6
  • 43
  • 62
  • yes, there is a issue going on. read here: https://code.google.com/p/zxing/issues/detail?id=572 have a closer look to the .diff from guillaum. Hope it helps. – sschrass Jan 07 '13 at 09:00
  • if it had helped, it should go like this: http://stackoverflow.com/questions/2489048/qr-code-encoding-and-decoding-using-zxing – sschrass Jan 07 '13 at 09:04
1

The zxing project supports the datamatrix format, among many others.

Raghav Sood
  • 81,899
  • 22
  • 187
  • 195