Search code examples
androidqr-codebarcode-scanner

How can I implement a QR code reader in my android app without using phonegap?


I want to implement a QR scanner with my android application but I am not getting any perfect solution I want to have a inbuilt Scanner without using ZXing or phonegap.


Solution

  • You can use ZXing as a internal library instead of requiring the user to have barcode scanner installer.

    Actually you can use the Barcode Scanner source code: http://code.google.com/p/zxing/downloads/list