Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to decode QR code

I like decode QR Code directly in my application, I don't wont to redirect my application to other intent. I try very hard to find any API or Library, from which I can decode QR code, but I am not succeed in it.

Anybody have any idea how can I decode QR code in my application or Library file from which I can decode QR code.

like image 410
Mohit Kanada Avatar asked Jun 29 '11 10:06

Mohit Kanada


1 Answers

Zxing is an excellent library for QR-codes. You will find what you need there, including an android sample project.

like image 92
uvesten Avatar answered Sep 20 '22 18:09

uvesten