How to read barcodes using Android Phonegap?
I want to scan barco开发者_StackOverflowdes using Android Phonegap. How can I do this ?
Check out the PhoneGap barcode tutorial here. It will take you step by step to creating a sample app with zxing via the PhoneGap plugin from purplecabbage.
- You would have to build a Phonegap plugin which implements the zxing library.
- Or use the pre existing BarcodeScanner plugin which is MUCH easier.
精彩评论