Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

Can anyone help me to achieve Bulk Scan Mode using Zxing library inside my app. What it does now is that after scanning a barcode the camera screen disappears and the scan result is populated on my Activity. But I need to do is scan multiple barcodes one after the other and then return back to my activity on back button press.

share|improve this question

1 Answer

You mean return several values back to the app? No it can't be set to do that. The app can export the scan history, and you can register as an app that can handle a share of text/csv data. Maybe that is roughly close enough to a solution.

share|improve this answer
1  
Should I use the zxing project as a library as mentioned in here : damianflannery.wordpress.com/2011/06/13/… and can I have the privilage to make some modification in the source code so that I can achieve multiple barcode scan as per my requirements. – Ritesh Kumar Dubey Feb 1 at 7:02

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.