How to create for IntentIntegrator in Android with zXing
问题 I want to create a object for IntentIntegrator in Android. IntentIntegrator integrator = new IntentIntegrator(ZBarReaderActivity.this); Here ZBarReaderActivity is my Activity class. Thanks in Advance, Please help me. IntentIntegrator is class from com.google.zxing.integration.android.IntentIntegrator package. which is used for identify Qr Code content is Telephone Number, WebSite, WebUrl. 回答1: IntentIntegrator integrator = new IntentIntegrator(this); /* "this" is enough */ for further