Google Developers Group

Barcode scanning is one of the quickest way to gather information for your app. Here is a code snippit that you can add to your application //begins the barcoding intent public void barcode(){ Log.i("mssg", "Barcode Button pressed"); Intent intent = new Intent("com.google.zxing.client.android.SCAN"); intent.putExtra("SCAN_MODE", "Product_MODE");// Product_MODE or QR_CODE_MODE startActivityForRes…
© 2013 Created by Uki Dominque Lucas.