B4A Library [B4X] barcodeGenerator - Cross platform Barcode code generator - Lucas Siqueira    May 08, 2023   (14 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 format, you can modify the class and improve it even more. Versions V1.02 - barcode in CODE128-B. V1.01 B4A Library 1D and 2D Barcode Scanner with ZXING - another Barcode Scanner that is 100% embedded in B4A - Johan Schoeman    Oct 06, 2024   (31 reactions) 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
BarcodeFormat.EAN_13
BarcodeFormat.EAN_8
BarcodeFormat.RSS_14
BarcodeFormat.CODE_39
BarcodeFormat.CODE_93
Barco B4A Library [B4X] [B4XPages] Dynamsoft Barcode Reader - Cross-Platform Barcode/QR Code Scanning Library - xulihang    Oct 12, 2022   (12 reactions) For B4i:
#AdditionalLib: DynamsoftBarcodeReader.framework.3
#AdditionalLib: libc++.tbd
For B4J:
#AdditionalJar: dynamsoft-barcodereader-9.4.0
I've created a demo using B4XPages and packaged a b4xlib. You can find the source code here: https://github.com/tony-xlh/BarcodeReader-B4X
The b4xli 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) The attached project wraps the ZBAR part of this Github project. It looks very much the same as the project that I have posted here. Both projects use the same ViewFinder but they use different decoding engines (ZXING and ZBAR respectively).
I have not tested all the barcode formats but it should s B4A Library Barcode reader based on Google Play Services Vision - Erel    Jul 18, 2024   (20 reactions) Better solution: https://www.b4x./#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.
You should call CreateDetector wit B4A Library SD EscPos Printer (Lan,USB, Bluetooth SPP, BLE) - Star-Dust (first post)    Sep 01, 2022   (1 reaction) For the printing of the images see the example in post # 2. For BarCode use the Printer.WriteBarCode("1234567890").
As always, the DEMO version prints in even minutes 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, B4A Library Oh no! - another Barcode scanner (100% embedded in B4A) - Johan Schoeman    Aug 23, 2017   (15 reactions) Sub cs1_scan_result(result As String)
Log("B4A = " & result)
End Sub
Library:
CodeScanner
Author: Github: Yuriy Budiyev, Wrapped by: Johan Schoeman
Version: 1
CodeScannerView
Events:
scan_result (result As String)
Fields:
ba As BA
Methods:
BringToFront
DesignerCreateView (base As Pane B4A Library Barcode Scanner - 100% embedded within B4A (15 Feb 2016 : New library files in Post #105) - Johan Schoeman    May 02, 2016   (65 reactions) 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. Two-of-Five Interleaved (TFI)
5. EAN13
6. EAN8
7. PDF417
8. QR Code
9. Aztec Code
10. Codabar
It is B4A Library Johan's Overview - Johan Schoeman    Aug 05, 2017   (97 reactions) B4A code for creating QR Codes (version 1 to 40), Aztec Codes (layer 1 to 11), PDF417, 2 of 5 Interleaved, EAN-13, EAN-8, Code 128, Code 39, Code 93 and Code 11 - no internet connection required
51. Barcode Scanner - 100% embedded within B4A
57. QRCodeReaderView - QR Code Scanner that is also 100% e Page: 1   2   3   4   5   6   7   Powered by ColBERT |