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   (34 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   (20 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   (37 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... 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... B4A Library Official Honeywell Mobility barcode reader library - Data Collection V1.97.00.0084 - Peter Simpson    Sep 11, 2025   (16 reactions) mobile computers (barcode readers). This library uses the official Honeywell Data Collection Java API... functionality to your Honeywell barcode reader apps.
The original Honeywell library for Android Studio only... 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   |