You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: How can I implement continuous barcode scanning and single scan barcode scanning? - DBR Android & iOS FAQs.
6
6
needAutoGenerateSidebar: true
7
7
---
8
8
9
-
# How can I implement continuous barcode scanning and one-off barcode scanning?
9
+
# How can I implement continuous barcode scanning and single scan barcode scanning?
10
10
11
-
Dynamsoft Barcode Reader (DBR) supports both **one-off scanning** and **continuous scanning** modes on **Android** and **iOS**. You can refer to our official sample projects for implementation guidance.
11
+
Dynamsoft Barcode Reader (DBR) supports two scanning modes on **Android** and **iOS**:
12
+
13
+
-**Single-scan mode**: the scanner automatically exits after successfully reading one barcode.
14
+
-**Continuous-scan mode**: the scanner keeps running and continuously reads barcodes until it is manually stopped.
15
+
16
+
You can refer to our official sample projects for implementation guidance.
12
17
13
18
---
14
19
@@ -17,14 +22,14 @@ Dynamsoft Barcode Reader (DBR) supports both **one-off scanning** and **continuo
-**[Hello World (One-off Scanning)](https://github.com/Dynamsoft/barcode-reader-mobile-samples/tree/main/android/BarcodeScannerAPISamples/ScanSingleBarcode)**
-**[Hello World (One-off Scanning)](https://github.com/Dynamsoft/barcode-reader-mobile-samples/tree/main/ios/BarcodeScannerAPISamples/ScanSingleBarcode)**
0 commit comments