6cc004647a6ea05f2f8f2d86f0bfba49cd939bb1
[zxing.git] / android / assets / html / about2d.html
1 <html>
2 <title>About 2D Barcodes</title>
3 <body>
4 <link rel="StyleSheet" href="style.css" type="text/css">
5 <h3><center>About 2D Barcodes</center></h3>
6 <p><b>Barcode Scanner</b> also understands how to read two dimensional barcodes called QR Codes. For
7   example, the QR Code below contains a hyperlink to the ZXing Project home page:</p>
8 <center><p><img src="../images/big-qr.png"></p></center>
9 <p>You can also represent contact information in a QR Code, and put it on a business card or web
10   site. When you scan it, the results screen provides a choice of actions:</p>
11 <center><p><img src="../images/contact-results-screen.jpg"></p></center>
12 <p>Besides URLs and contact info, QR Codes can also contain:</p>
13 <ul>
14   <li>Calendar events, which you can add to your Calendar</li>
15   <li>Phone numbers, which you can dial</li>
16   <li>SMS numbers, which you can text message</li>
17   <li>Email addresses, which you can email</li>
18   <li>Geographic coordinates, which you can open in Maps</li>
19   <li>Plain text, which you can read, then share with a friend</li>
20 </ul>
21 </body>
22 </html>