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

Implement in Fragment #32

Closed jpabanil closed 6 years ago

jpabanil commented 6 years ago

Hi,

I would like to implement this in library in fragment. How can I do that? Also, I need to add scanner overlay to the first object that was detected. Please help.

iamMehedi commented 6 years ago

You can embed BarcodeCaptureFragment inside another fragment. If you use the SINGLE_AUTO mode then the library highlights only the first item.