zxing-android-embedded
zxing-android-embedded copied to clipboard
Launch Zxing on startup
Description of the problem:
Hello, I attempt to implement the following control flow:
-
On startup of the app the same activity is launched as
new IntentIntegrator(this).initiateScan();would. -
The result has to be processed and it is decided which of the app's acitivties is started afterwards.
-
After the activity finished,
IntentIntegrator(this).initiateScan();is called again.
What would be the most elegant way to implement this?
Thank you in advance!