zxing/android/assets/html/index.html
dswitkin@google.com 9bf3b2a3ef New icon from Roman Nurik, and help system tweaks.
git-svn-id: https://zxing.googlecode.com/svn/trunk@1346 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2010-05-10 14:57:40 +00:00

19 lines
866 B
HTML

<html>
<title>Barcode Scanner Help</title>
<body>
<link rel="StyleSheet" href="style.css" type="text/css">
<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>
<center><p><img src="../images/scan-example.png"></p></center>
<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>
<ul class="touchable">
<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>
</ul>
</body>
</html>