user1061793
user1061793

Reputation: 1077

How to Scan QR Code in android

I want to read QR code in a text, how can I do this?

Upvotes: 2

Views: 2648

Answers (2)

Harsha M V
Harsha M V

Reputation: 54949

if your talking about how to reading and not development you can download a free QR reader from the market and use it.

If your programming then i also suggest using ZXing project lib to do the same.

Upvotes: 3

Khawar
Khawar

Reputation: 5227

You definitely need to seek guidance from ZXing's project, as mentioned below your question by blessenm. Once you get the code. You need to setup that code and run that on your device. Explore this code and get the basics. I hope it will be lot easier for you to understands how it works. You can simplify that code eliminating extra things.

Upvotes: 1

Related Questions