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

How to handle backpress on camera page? #33

Closed palin-drome closed 6 years ago

palin-drome commented 6 years ago

I don't want the user to press back button on the camera page. how to achieve that? Help.

olgunkaya commented 6 years ago

As per my limited knowledge you need to use the fragment scanner in your own fragment activity and handle back key press. But be careful to comply with Android specs.