zxing-android-embedded icon indicating copy to clipboard operation
zxing-android-embedded copied to clipboard

Launch Zxing on startup

Open relseah opened this issue 5 years ago • 0 comments

Description of the problem:

Hello, I attempt to implement the following control flow:

  1. On startup of the app the same activity is launched as new IntentIntegrator(this).initiateScan(); would.

  2. The result has to be processed and it is decided which of the app's acitivties is started afterwards.

  3. After the activity finished, IntentIntegrator(this).initiateScan(); is called again.

What would be the most elegant way to implement this?

Thank you in advance!

relseah avatar Feb 16 '20 20:02 relseah