2008-11-25 14:12:02 -08:00
|
|
|
<html>
|
2010-06-15 06:04:18 -07:00
|
|
|
<head>
|
2010-07-20 15:43:38 -07:00
|
|
|
<title>How to create QR Codes</title>
|
2011-09-12 10:30:21 -07:00
|
|
|
<link rel="stylesheet" href="../style.css" type="text/css"/>
|
2010-06-15 06:04:18 -07:00
|
|
|
</head>
|
2008-11-25 14:12:02 -08:00
|
|
|
<body>
|
|
|
|
<p>In addition to <a href="about2d.html">scanning 2D barcodes</a>, <b>Barcode Scanner</b> can also
|
|
|
|
generate a QR Code and display it on your screen. Then you can show it to a friend, and let them
|
|
|
|
scan the barcode with their phone:</p>
|
2011-09-12 10:30:21 -07:00
|
|
|
<p style="text-align:center"><img src="../images/scan-from-phone.png" alt="Scan from phone"></p>
|
2008-11-25 14:12:02 -08:00
|
|
|
<p>To use this feature, press the Menu button from the main scanning screen, and tap Share. Then
|
2010-07-20 15:43:38 -07:00
|
|
|
choose whether you want to share a contact, a bookmark, an application, or the contents of the
|
|
|
|
clipboard. A QR Code will be generated automatically. When you're done, press Back or Home.</p>
|
|
|
|
<p>To generate QR Codes from your computer, try the
|
|
|
|
<a href="http://zxing.appspot.com/generator/">ZXing QR Code Generator</a>.</p>
|
2008-11-25 14:12:02 -08:00
|
|
|
</body>
|
2010-07-20 15:43:38 -07:00
|
|
|
</html>
|