New icon from Roman Nurik, and help system tweaks.
[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 <p><b>Barcode Scanner</b> also understands how to read two dimensional barcodes, called <em>QR
6   Codes</em>. For example, the QR Code below contains a hyperlink to the ZXing Project home page:</p>
7 <center><p><img src="../images/big-qr.png"></p></center>
8 <p>You can also represent contact information in a QR Code, and put it on a business card or web
9   site. When you scan it, the results screen provides a choice of actions:</p>
10 <center><p><img src="../images/contact-results-screen.jpg"></p></center>
11 <p>Besides URLs and contact info, QR Codes can also contain:</p>
12 <ul>
13   <li>Calendar events, which you can add to your Calendar</li>
14   <li>Phone numbers, which you can dial</li>
15   <li>SMS numbers, which you can text message</li>
16   <li>Email addresses, which you can email</li>
17   <li>Geographic coordinates, which you can open in Maps</li>
18   <li>Plain text, which you can read, then share with a friend</li>
19 </ul>
20 </body>
21 </html>