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 1D and 2D Barcode Scanner with ZBAR - another Barcode Scanner that is 100% embedded in B4A - Johan Schoeman Dec 14, 2019 (22 reactions) You can use it in portrait mode and landscape mode by changing the B4A project's attribute and the code in the Designer:
#SupportedOrientations: portrait 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 Android Zebra SE4710 1D, 2D/QR barcode scan engine - Peter Simpson (first post) Jan 19, 2025 (1 reaction) Hmm, one has absolutely no idea. I was basically forced to use this barcode scanner because my new client already had them, they just didn't have an app that suited their business to run in them. So I wrapped this library and I got to working on an app for them.
The barcode 1D/2D scanner module/ima 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 Question Barcode scanner with physical keyboard - teddybear (first post) Sep 25, 2023 (1 reaction) I think the virtual keyboard is replaced and the physical keyboard works, you don't care which keyborad is in use B4A Code Snippet InterApp communication to "Easy Barcode Scanner" - Wong Ka Chun Jun 21, 2021 (4 reactions) Hi,
I recently found an barcode scanner app which can easily be "communicated" with any custom app.
Since I am developing warehouse apps in which it must process products' barcodes, I thus make use of this barcode scanner app to get the barcode string.
Demo: 0z4qCPzoqvE
libraries used: JavaObject B4A Question Barcode scanner and get camera's Bitmap - Johan Schoeman (first post) Dec 16, 2018 (1 reaction) There are definatley some in the forum that returns a Bitmap of the code that has been scanned. B4A Example B4Xgoodies_from_walt61 Online - AnandGupta (first post) Oct 12, 2024 (1 reaction) B4A
Barcode/scan
1D and 2D Barcode Scanner ZXING
Android library projects that provides easy to use and extensible Barcode Scanner views based on ZXing and ZBar.
https://www.b4x.com/android/forum/threads/1d-and-2d-barcode-scanner-20-feb-2016-another-barcode-scanner-that-is-100-embedded-in-b4a.63764/ B4A Question Blank screen for Barcode Scanner using JhsIceZxing1 Library - Richard Goh (first post) Nov 19, 2020 (1 reaction) The problem is resolved after reset the Camera permission for the Project on my phone.
Sorry for any trouble brought.
Thank you. Page: 1 2 3 4 5 6 7 Powered by ColBERT |