Reputation: 34257
We can verify and read QR code using the zxing library. But is there any native API support available in Android? Or is there any other API or means to scan and read QR codes in Android?
Upvotes: 1
Views: 1646
Reputation: 5869
There is no alternative for reading Barcode except for using zxing library. You can use this alternative known as biggu barcode scanner which internally uses zxing library only. Or else you also have an other alternative i.e., Calling an Activity that can scan the QR Code. If no activity is not available then it redirects to Play store and installs one app. For the second option there is no requirement of zxing library too. This is an example
Upvotes: 2