| layout | default-layout |
|---|---|
| title | Customize the UI of BarcodeScanner - Dynamsoft Barcode Reader for Android |
| description | Customize the UI of BarcodeScanner on Android platform. |
| keywords | BarcodeScanner, scanner, Android, scan region, torch button, close button, scan laser |
| needAutoGenerateSidebar | true |
| needGenerateH3Content | true |
| noTitleIndex | true |
BarcodeScanner provides a set of UI elements that can be easily customized.
- Close button: Stop barcode scanning and go back to the previous activity.
- Scan Region: Set a region of interest so that the algorithm focus on this region only. It can sharpenly improve the processing speed. For some special barcode types like DotCode the scan region improves the read-rate as well.
- Torch button: A clickable button that can turn on/off the torch.
- Scan Laser: A line that moving up and down. Its moving area is limited in the scan region.
Related APIs
- [
setScanRegion]({{ site.dbr_android_api }}barcode-scanner/barcode-scanner-config.html#setscanregion) - [
setTorchButtonVisible]({{ site.dbr_android_api }}barcode-scanner/barcode-scanner-config.html#settorchbuttonvisible) - [
setScanLaserVisible]({{ site.dbr_android_api }}barcode-scanner/barcode-scanner-config.html#setscanlaservisible) - [
setCloseButtonVisible]({{ site.dbr_android_api }}barcode-scanner/barcode-scanner-config.html#setclosebuttonvisible) - [
setCameraToggleButtonVisible]({{ site.dbr_android_api }}barcode-scanner/barcode-scanner-config.html#setcameratogglebuttonvisible)
