Created an HTML help system, which is hooked up to the Menu/Help button. It also...
[zxing.git] / android / assets / html / scanning.html
1 <html>
2 <title>How To Scan</title>
3 <body>
4 <link rel="StyleSheet" href="style.css" type="text/css">
5 <h3><center>How To Scan</center></h3>
6 <p>Scanning a barcode is fast and easy. <b>Barcode Scanner</b> continuously scans the viewfinder
7   rectangle, so there's no need to press the shutter button. Just move the phone until the barcode
8   is completely inside:</p>
9 <center><p>
10   <img src="../images/demo-yes.png">&nbsp;&nbsp;&nbsp;<img src="../images/demo-no.png">
11 </p></center>
12 <p>If you're having trouble, make sure to hold the phone steady. If the camera is unable to focus,
13   try moving further back from the barcode.</p>
14 <p>When a barcode is found, the phone will beep and take you to the results screen, which describes
15   what you found, and offers a choice of actions. Learn more:</p>
16 <ul>
17   <li><a href="about1d.html">About 1D Barcodes</a></li>
18   <li><a href="about2d.html">About 2D Barcodes</a></li>
19 </ul>
20 </body>
21 </html>