Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to read barcodes using Android Phonegap?

I want to scan barcodes using Android Phonegap. How can I do this ?

like image 860
Piyush Avatar asked Apr 30 '11 10:04

Piyush


2 Answers

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.

like image 153
Paul Beusterien Avatar answered Oct 13 '22 20:10

Paul Beusterien


  • You would have to build a Phonegap plugin which implements the zxing library.
  • Or use the pre existing BarcodeScanner plugin which is MUCH easier.
like image 45
rzetterberg Avatar answered Oct 13 '22 20:10

rzetterberg