DArkO
DArkO

Reputation: 16110

is there any simple 1d barcode reader?

i am looking for a simple barcode reader for my android app. i only needs to be able to read the code and return it to me. i have already looked at zxing barcode reader but it is too complex and it seems to me that its focus is more on 2d barcodes and looking around the forums i found out that it has problems reading 1d codes if the phone doesn't have autofocus (maybe a general problem for all readers but still maybe another one handles them better).

any suggestions? tnx.

Upvotes: 1

Views: 1373

Answers (1)

Luke
Luke

Reputation: 492

I have used zxing before now for pure 1d bar-codes and i have got to say it couldn't be simpler, have you checked out: http://code.google.com/p/zxing/wiki/ScanningViaIntent

Only downside is that the user needs the Zxing installed (although if they don't then they will be redirected to the market page for it).

Hope it helps!

Upvotes: 4

Related Questions