jussi
jussi

Reputation: 2216

Scan barcodes consecutively with zxing

I'm currently using ZXing to scan barcodes in my app. I can scan a barcode, save the result and open the scanner again to scan multiple barcodes, but I want the scanner to remain open so I can scan multiple products one after each other.

I followed this (https://code.google.com/p/zxing/wiki/ScanningViaIntent) Tutorial so far, but it does not provide information on how to scan them with keeping the scanner on screen.

On iOS it is possible with the ZBar SDK.

Thanks for your input and help.

Upvotes: 0

Views: 689

Answers (1)

Sean Owen
Sean Owen

Reputation: 66886

It's not possible. You can do it with the app itself but not by Intent.

Upvotes: 1

Related Questions