Credntia / MVBarcodeReader

A Barcode scanner library for Android. Uses the Google Play Services' mobile vision api for barcode detection.
Apache License 2.0
68 stars 22 forks source link

Disable exit on tapping to an empty area, in order to avoid null barc… #18

Closed GeorgeArgyrakis closed 7 years ago

GeorgeArgyrakis commented 7 years ago

…odes.

iamMehedi commented 7 years ago

The library no longer will notify the listener with null barcode or empty barcode list, these changes are in the issue_15_16 branch, will be merged to master soon.