YogeshPatel1994

Results 2 comments of YogeshPatel1994

2D barcodes' code snippet is working perfectly, only 1Ds' code is not working and barcodes are not getting detected.

As mentioned in the code given [here](https://github.com/SudarAbisheck/ZXing-Orient/blob/master/app/src/main/java/me/sudar/zxingorient/demo/MainActivity.java), I made a switch case like this for 1D scan: `switch (v.getId()){ case R.id.button_1: new ZxingOrient(HomeActivity.this) .setIcon(R.drawable.ic_launcher) .setInfo("Scans 1D barcodes") .initiateScan(Barcode.ONE_D_CODE_TYPES); break; case...