Reputation: 1077
I want to read QR code in a text, how can I do this?
Upvotes: 2
Views: 2648
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
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