Jyosna
Jyosna

Reputation: 4446

QR code decoding & encoding in an android application

I am working with android API v2.2. I want in my application i can work with QR reader. means in a button click it open the camera and can able to read QR code. Is it possible generate QR code through application? How can i work with these? I dont have any idea. Plz tell me what should used for this(is there any lib or api available for this) If yes then what should be the process. Give me a sample example.

Thank you

Upvotes: 2

Views: 5138

Answers (2)

user1724537
user1724537

Reputation:

you can use either zxing library : http://code.google.com/p/zxing/ or ZBar bar code reader here http://sourceforge.net/projects/zbar/?source=dlp

Upvotes: 1

sparkymat
sparkymat

Reputation: 10028

Try the zxing library : http://code.google.com/p/zxing/

Upvotes: 7

Related Questions