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
The `BarcodeScanner` Android examples show you how to develop and customize your scanner app with the Ready-to-Use component, `BarcodeScanner`, of Dynamsoft Barcode Reader.
40
-
41
-
### ScanSingleBarcode
42
-
43
-
Scan a barcode with the ready-to-use UI, `BarcodeScannerActivity`. The scanner always returns a single result. User have to select one barcode if multiple barcodes are scanned.
The foundational API examples show you how to use the foundational APIs of Dynamsoft Barcoder Reader to develop a full customizable iOS barcode scanner.
74
-
75
-
### Read Single Barcode (With CameraEnhancer)
76
-
77
-
Decode barcodes from video streaming. It shows the simplest code to implement a video barcode scanner.
78
-
79
-
[Check code on GitHub](https://github.com/Dynamsoft/barcode-reader-mobile-samples/tree/main/android/FoundationalAPISamples/DecodeWithCameraEnhancer){:target="_blank"}
80
-
81
-
### Read Single Barcode (With CameraX)
82
-
83
-
Generally the same as `DecodeWithCameraEnhancer` but using `CameraX` library as the input.
84
-
85
-
[Check code on GitHub](https://github.com/Dynamsoft/barcode-reader-mobile-samples/tree/main/android/FoundationalAPISamples/DecodeWithCameraX){:target="_blank"}
86
-
87
-
### Decode Barcodes from an Image
88
-
89
-
Decode barcodes from an still image. It shows how to select a image from the album and decode it.
90
-
91
-
[Check code on GitHub](https://github.com/Dynamsoft/barcode-reader-mobile-samples/tree/main/android/FoundationalAPISamples/DecodeFromAnImage){:target="_blank"}
92
-
93
-
### General Barcode Decoding Settings
94
-
95
-
Displays general barcode decoding settings and camera settings like barcode formats, expected barcode count and scan region settings. The default scan mode is continuous scanning.
96
-
97
-
[Check code on GitHub](https://github.com/Dynamsoft/barcode-reader-mobile-samples/tree/main/android/FoundationalAPISamples/GeneralSettings){:target="_blank"}
98
-
99
-
### Decode Tiny Barcodes
100
-
101
-
The sample to tell you how to process the tiny barcodes including zoom and focus control.
102
-
103
-
[Check code on GitHub](https://github.com/Dynamsoft/barcode-reader-mobile-samples/tree/main/android/FoundationalAPISamples/TinyBarcodeDecoding){:target="_blank"}
104
-
105
-
### Locate an Item with Barcode
106
-
107
-
Input an ID with barcode text and detect it from multiple barcodes under the screen.
108
-
109
-
[Check code on GitHub](https://github.com/Dynamsoft/barcode-reader-mobile-samples/tree/main/android/FoundationalAPISamples/LocateAnItemWithBarcode){:target="_blank"}
110
-
111
-
## Android ID Scanning Samples
112
-
113
-
### Scan a Driver's License (via PDF417 Barcode)
114
-
115
-
Scan the PDF417 barcodes on a drivers' license and extract the drivers information.
116
-
117
-
[Check code on GitHub](https://github.com/Dynamsoft/barcode-reader-mobile-samples/tree/main/android/FoundationalAPISamples/DriversLicenseScanner){:target="_blank"}
118
-
119
-
## Other Use Case Samples for Android Platform
120
-
121
-
### Scan VIN Barcode
122
-
123
-
Scan the vin barcode and extract the vehicle information.
124
-
125
-
[Check code on GitHub](https://github.com/Dynamsoft/capture-vision-mobile-samples/tree/main/Android/VINScanner){:target="_blank"}
0 commit comments