Is there any API to work with QR code?

1

I need to read a QR code and check in an app I'm developing for Android. Is there an API ready to work with QR code ?

    
asked by anonymous 10.03.2015 / 21:44

1 answer

2

Oops, you do not need an API to work with QR Code. There are libs for this, and the most famous one is what Wakim replied, zxing - link

There are also other: barcodescanner - link

android-quick-response-code (outdated) - link

    
11.03.2015 / 02:11