scanbot-sdk.hashnode.devTurn any smartphone into a package barcode scanner and handle last-mile delivery efficientlyThe last years have left deep marks. Confronted with remote work, lockdowns, and social distancing, people changed their ways of living. When they couldn’t shop in person, they shifted to ordering online: The package delivery industry saw demand expl...Aug 18, 2025·8 min read
scanbot-sdk.hashnode.devBuilding a barcode & QR code scanner with .NET MAUIIn this tutorial, we’ll create a cross-platform app for scanning barcodes and QR codes using .NET MAUI and the Scanbot SDK. First, we’re going to implement single-barcode scanning in our app. Afterwards, we’ll adapt the scanner to support multi-barco...Aug 18, 2025·6 min read
scanbot-sdk.hashnode.devBuilding a ZXing React Native Barcode ScannerThe ZXing library has been widely adopted for implementing barcode scanning functionalities, with several other libraries using it as the base. However, it’s an older project and in maintenance mode. At the time of writing, the rn-barcode-zxing libra...Aug 18, 2025·12 min read