Tiny change "DataMatrix" to "Data Matrix"
[zxing.git] / android / assets / html / sharing.html
1 <html>
2 <head>
3 <title>How to create QR Codes</title>
4 <link rel="stylesheet" href="style.css" type="text/css"/>
5 </head>
6 <body>
7 <p>In addition to <a href="about2d.html">scanning 2D barcodes</a>, <b>Barcode Scanner</b> can also
8   generate a QR Code and display it on your screen. Then you can show it to a friend, and let them
9   scan the barcode with their phone:</p>
10 <center><p><img src="../images/scan-from-phone.png" alt="Scan from phone"></p></center>
11 <p>To use this feature, press the Menu button from the main scanning screen, and tap Share. Then
12   choose whether you want to share a contact, a bookmark, an application, or the contents of the
13   clipboard. A QR Code will be generated automatically. When you're done, press Back or Home.</p>
14 <p>To generate QR Codes from your computer, try the
15   <a href="http://zxing.appspot.com/generator/">ZXing QR Code Generator</a>.</p>
16 </body>
17 </html>