Muhammad Maqsoodur Rehman
Muhammad Maqsoodur Rehman

Reputation: 34257

Is there any support available in Android to scan and read QR Code wihout using the zxing library?

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

Answers (2)

TNR
TNR

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

TieDad
TieDad

Reputation: 9879

There is no native support in Android to scan QR code.

Upvotes: 2

Related Questions