B4A Example [B4X] [B4XPages] Barcode Reader - Erel    Jul 12, 2021   (41 reactions) 97444 https://www.b4x.com/basic4android/images/i_view64_HkncBfNNKe.png
B4A + B4i barcode reader.
Don't miss:
- #PlistExtra in B4i.
- Manifest code + #AdditionalJar in B4A
Depends on BCToast.../vision/barcode/Barcode#constant-summary
B4i - TYPE_QR, TYPE_UPCE, TYPE_39, TYPE_39Mod43, TYPE_EAN13, TYPE_EAN8, TYPE_93, TYPE_128, TYPE_PDF417
Updates:
B4i iBarcode v1.21 - Adds support for setting... B4A Library Barcode reader based on Google Play Services Vision - Erel    Jul 18, 2024   (20 reactions)   tags: Barcode, B4A Barcode reader GOOD Better solution: https://www.b4x.com/android/forum/threads/160725/#content This is not really a library. It is a modification to CameraEx example that adds barcode detection based on Google Play Services Vision. It uses JavaObject to create the detector and detect barcodes in the Preview event.../google/android/gms/vision/barcode/Barcode#constant-summary The implementation is quite simplistic....google.android.gms.vision.DEPENDENCIES" android:value="barcode" /> ... B4A Library 1D and 2D Barcode Scanner with ZXING - another Barcode Scanner that is 100% embedded in B4A - Johan Schoeman    Oct 6, 2024   (35 reactions)   tags: Core, BC, Zxing, barcode The attached project wraps the ZXING part of this Github project. I have not tested all the barcode formats but it should scan the following types:
BarcodeFormat.UPC_A
BarcodeFormat.UPC_E... B4A Library [class] Google Code Scanner - no permission, very simple to use, barcode scanning - Erel    Jul 18, 2024   (32 reactions) This solution is based on ML Kit (https://developers.google.com/ml-kit/vision/barcode-scanning/code...
android:value="barcode_ui"/>
<activity
android:name="com.google.mlkit... B4A Library [B4X] barcodeGenerator - Cross platform Barcode code generator - Lucas Siqueira    May 8, 2023   (21 reactions) codeBarGenerator is a class that generates barcodes.
It is written in B4X and is compatible with B4A, B4i and B4J.
At the moment the class only generates barcode in EAN13, UPC-A and CODE128-B... B4A Library ZXingLib by icefairy333 - modified by Johan Schoeman (Scan QR Codes and other 1D/2D Barcodes) - Johan Schoeman    Nov 24, 2021   (38 reactions)   tags: Buildin, ZXingLib, Erel, Barcode 31000
See the attached project (with library files in the /files folder of the project). This is ba... B4A Library Barcode Scanner - 100% embedded within B4A (15 Feb 2016 : New library files in Post #105) - Johan Schoeman    Jun 26, 2025   (69 reactions)   tags: Scanner, Barcode The attached project wraps this Github project. It is a barcode scanner based on the ZXING project. I have successfully scanned the following 1D and 2D barcodes:
1. Code 39
2. Code 93
3. Code 128
4... B4A Library Android Honeywell N6602/N6603/N5703 1D, 2D/QR barcode scan engines - Peter Simpson    Oct 29, 2024   (12 reactions) UPDATED: Version 1.20 now covers the Honeywell N6602, N6603 and also the N5703 1D/2D barcode scan engines. Hello All, Here is a library that I wrapped for Android 1D/2D barcode scanners that uses... a library to use a Android 1D/2D hardware scan engines. To receive barcode data, you can use an Intent... the hardware barcode scan engine itself is classified as a camera and you can't run two cameras at the same time. I use the library to close (deactivate) the hardware barcode scan engine, then... B4A Library 1D and 2D Barcode Scanner with ZBAR - another Barcode Scanner that is 100% embedded in B4A - Johan Schoeman    Dec 14, 2019   (22 reactions)   tags: ZBAR, Barcode Scanner decoding engines (ZXING and ZBAR respectively). I have not tested all the barcode formats but it should scan the following types: BarcodeFormat.PARTIAL BarcodeFormat.EAN8 BarcodeFormat.UPCE BarcodeFormat.ISBN10 BarcodeFormat.UPCA BarcodeFormat.EAN13 BarcodeFormat.ISBN13 BarcodeFormat.I25 BarcodeFormat.DATABAR BarcodeFormat.DATABAR_EXP BarcodeFormat.CODABAR BarcodeFormat.CODE39 BarcodeFormat.PDF417 BarcodeFormat.QRCODE BarcodeFormat.CODE93 BarcodeFormat.CODE128 There seems to be an issue... B4A Library HMS - Barcode / QR Scan - Erel    Aug 11, 2021   (3 reactions) HMS v1.04 adds support for HMS Scan kit. Instructions: Add to manifest editor: CreateResourceFromFile(Macro, hms.hms_scan) Code: Sub Button1_Click rp.CheckAndRequest(rp.PERMISSION_CAMERA) 'rp is a global RuntimePermissions object. Wait For B4XPage_PermissionResult (Permission As String, Result As Boolean) If Result Then Wait For (hms.StartScan) Complete (ScanResult As ... Page: 1   2   3   4   5   6   7   |