Questions tagged [qr-code]

Quick Response Codes are 2-dimensional barcodes, which can be used for many things. Data are encoded into a graphical format which then can be read by a camera and evaluated using special apps (barcode readers). Example usages include linking to web pages or exchanging contact data. See the 'info' link for further details.

Quoting the Wikipedia article on "QR Code":

QR code (abbreviated from Quick Response Code) is the trademark for a type of matrix barcode (or two-dimensional bar code) first designed for the automotive industry in Japan. Bar codes are optical machine-readable labels attached to items that record information related to the item. [...] Recently, the QR Code system has become popular outside the automotive industry due to its fast readability and greater storage capacity compared to standard UPC barcodes. The code consists of black modules (square dots) arranged in a square grid on a white background. The information encoded may be made up of four standardized types ("modes") of data (numeric, alphanumeric, byte / binary, Kanji) or, through supported extensions, virtually any type of data.

QR Code
QR code for the URL of the English Wikipedia Mobile main page, "http://en.m.wikipedia.org"

Related to our Android devices, a few example usages include:

  • Linking to web pages from printed media
  • Sharing your contact data in an easy way
  • Providing a quick way to pick access data for your WiFi router by your friends/visitors
  • Sharing appointments (calendar data)

And much more. Most popular QR apps include the ZXing Barcode Scanner and QR Droid.

48 questions
43
votes
2 answers

Reading images of QR codes displayed in the browser

I constantly come across websites that reference an Android application, and provide a QR code of the URL to download the application from the marketplace. Those same sites very rarely provide the actual link to the application in any other form. I…
John Kramlich
  • 541
  • 1
  • 4
  • 5
20
votes
7 answers

What's the easiest way to create a QR code for a link?

The title is pretty self explanatory on this one.
Matt
  • 19,341
  • 11
  • 82
  • 125
1
vote
2 answers

What is the easiest-to-explain way to read a QR Code?

What is the easiest way to teach/enable someone else to read a QR Code? Please notice, I'm not asking how to read a QR Code. I know there's a lot of apps to do it. I'm asking what is the easiest way to enable someone else, perhaps someone without…
dss539
  • 113
  • 4
1
vote
2 answers

Scanning a QR code into a browser text input?

I have a bit of an edge use-case of QR codes. I would like to be able to scan a QR code via a phones camera and have that value pasted into a browser text input. Is this possible given any current apps or API's?
Sam Becker
  • 111
  • 1
  • 1
  • 3
1
vote
0 answers

How to generate QR code that connects phone to wifi AND opens website?

I know it's pretty easy to generate a QR code that connects your phone to a wifi or open a website. But I can't find a way to do both with just one QR code. Is this possible? If yes, can someone tell me how or mention a tool that does this? PS: I…
0
votes
1 answer

Any application to scan non-standard QR codes

Following this question. Typical QR Codes have control squares in three of four corners of each code: It there any application or method available for Android system to scan non-standard QR Codes? For example: QR Code with only one, central…
trejder
  • 2,537
  • 6
  • 39
  • 69
0
votes
1 answer

How can I read large QRs in Android?

I have used the Zxing app here but I cannot read large QRs with it, how can I do that? By Large, I mean that I want read a content with a lot of text (I am able to make them as large as possible by dimension but not in content). Now I am not meaning…
user11557