I want to scan barcodes using Android Phonegap. How can I do this ?
Asked
Active
Viewed 9,989 times
2 Answers
7
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.

Paul Beusterien
- 27,542
- 6
- 83
- 139
5
- You would have to build a Phonegap plugin which implements the zxing library.
- Or use the pre existing BarcodeScanner plugin which is MUCH easier.

rzetterberg
- 10,146
- 4
- 44
- 54
-
2but how to workss this one????? how to call that java classssss????? – Piyush Apr 30 '11 at 10:19
-
Read the readme, it will explain how zxing is used with the plugin. – rzetterberg Apr 30 '11 at 10:33