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

Scanner Activity Questions #30

Closed olgunkaya closed 6 years ago

olgunkaya commented 6 years ago

two questions here;

  1. Should I override the activity onCreate to load another layout instead of it's default ? or is there a way to configure it ?
  2. How can I slowdown the activity shutdown once the barcode found ? (beside overriding)
iamMehedi commented 6 years ago
  1. If you want a different layout you can create your own and embed the BarcodeCaptureFragment in it. No need to extend the scanner Activity.
  2. There isn't a way without extending the scanner activity or BarcodeCaptureFragment