I suggest using their IntentIntegrator, as I did in this somewhat-old
sample project:
https://github.com/commonsguy/zxingdemo
Also, delete your -- *you* are not *implementing* an
activity supporting com.google.zxing.client.android.SCAN. You are
*consuming* an activity from the Barcode Scanner ap
im having a little trouble with my app
i want the barcode scanner to open on the click of a button(scan1),
scan barcode, and return details to a edittext (barcode1).
here is what i have so far..
package com.android.app;
import android.app.Activity;
import android.content.Intent;
import andr
2 matches
Mail list logo