Bumped Barcode Scanner version to 3.5 beta 2, and updated some help text.
[zxing.git] / android / assets / html / index.html
1 <html>
2 <head>
3 <title>Barcode Scanner Help</title>
4 <link rel="stylesheet" href="style.css" type="text/css"/>
5 </head>
6 <body>
7 <p><b>Barcode Scanner</b> uses the camera on your phone to read barcodes and look up product
8   information such as prices and reviews.</p>
9 <p style="text-align:center"><img src="../images/scan-example.png" alt="Scan example"></p>
10 <p>It also reads <strong>2D barcodes</strong> such as <em>QR Codes</em> and <em>DataMatrix</em>.
11   These can contain links to web sites, contact information such as phone numbers and email
12   addresses, and more.</p>
13 <ul class="touchable">
14   <li><a href="whatsnew.html">What's new in this version</a></li>
15   <li><a href="scanning.html">How to scan</a></li>
16   <li><a href="about1d.html">About 1D barcodes</a></li>
17   <li><a href="about2d.html">About 2D barcodes</a></li>
18   <li><a href="sharing.html">How to create QR Codes</a></li>
19 </ul>
20 </body>
21 </html>