Obtaining QR scan results via ZXing that is integrated into your app
问题 I used this answer to create a standalone Android library project that has the ZXing source code in it (ZXing v2.1). It compiles fine and if I run CaptureActivity, I can read a QR code as expected. I have another Android project from which I want to pull in this library. I have set that library relationship up correctly. The issue I am having is, how do I launch my local copy of the ZXing scanner via IntentIntegrator (mentioned here). I tried modifying the IntentIntegrator.initiateScan()