Scanning a QR Code with Cordova
Category: App Development, barcodes, chrisw, Cordova, Mobile, Mobile Web Development, Phonegap, QR Code, Tools and Libraries
A barcode is a machine readable image that encapsulates some data about the object to which it’s attached to. A Quick Response Code (QR Code) is a popular type of barcode for mobile use due to its fast readability and greater storage capacity compared to ordinary barcodes.
In this tutorial I will create a Cordova app which can scan QR Codes and store data obtained from decoding the QR Codes. To scan the barcode I will use the BarcodeScanner Cordova plugin.
Continue reading %Scanning a QR Code with Cordova%
LEAVE A REPLY
You must be logged in to post a comment.