New issue 741 by dan...@kulinski.net: Feature Request: Add bulk scanning to
intent activation
http://code.google.com/p/zxing/issues/detail?id=741
I would like to see the following feature created:
When started with the following string, jump into bulk mode:
"com.google.zxing.client.android.BULK"
Once bulk mode is exited via the back button return an error if there are
no results in the history or return a comma separated list for the result
and result type.
This type of scanning lends itself well to inventory purposes.
Comment #1 on issue 741 by sro...@gmail.com: Feature Request: Add bulk
scanning to intent activation
http://code.google.com/p/zxing/issues/detail?id=741
I don't know if that's useful just because the results would not come back
to the caller.
You can actually save the results in an array and return the array to the
caller. The drawback of single scanning is that the camera always
re-initialized.