2008-11-25 14:12:02 -08:00
|
|
|
<html>
|
2010-06-15 06:04:18 -07:00
|
|
|
<head>
|
2008-11-25 14:12:02 -08:00
|
|
|
<title>Barcode Scanner Help</title>
|
2010-06-15 06:04:18 -07:00
|
|
|
<link rel="stylesheet" href="style.css" type="text/css"/>
|
|
|
|
</head>
|
2008-11-25 14:12:02 -08:00
|
|
|
<body>
|
2008-12-02 12:26:21 -08:00
|
|
|
<p><b>Barcode Scanner</b> uses the camera on your phone to read barcodes and look up product
|
|
|
|
information such as prices and reviews.</p>
|
2010-06-15 06:04:18 -07:00
|
|
|
<p style="text-align:center"><img src="../images/scan-example.png" alt="Scan example"></p>
|
2008-12-02 12:26:21 -08:00
|
|
|
<p>It also reads <strong>2D barcodes</strong>, called <em>QR Codes</em>, which can contain links to
|
|
|
|
web sites, contact information such as phone numbers and email addresses, map locations and more.</p>
|
2010-05-10 07:57:40 -07:00
|
|
|
<ul class="touchable">
|
2008-12-02 12:26:21 -08:00
|
|
|
<li><a href="whatsnew.html">What's new in this version</a></li>
|
|
|
|
<li><a href="scanning.html">How to scan</a></li>
|
|
|
|
<li><a href="about1d.html">About 1D barcodes</a></li>
|
|
|
|
<li><a href="about2d.html">About 2D barcodes</a></li>
|
|
|
|
<li><a href="sharing.html">How to use QR Codes to share information</a></li>
|
2008-11-25 14:12:02 -08:00
|
|
|
</ul>
|
|
|
|
</body>
|
2010-05-10 07:57:40 -07:00
|
|
|
</html>
|