1<!DOCTYPE HTML> 2<html> 3<head> 4<meta charset="UTF-8"/> 5<title>Barcode Scanner Help</title> 6<link rel="stylesheet" href="../style.css" type="text/css"/> 7</head> 8<body> 9<p>The official Android app of the open source ZXing project:<br/> 10<a href="https://github.com/zxing/zxing">https://github.com/zxing/zxing</a></p> 11<p>Barcode Scanner uses the camera on your phone to read barcodes and look up product information such as prices and reviews.</p> 12<p class="imgcenter"><img src="../images/scan-example.png"/></p> 13<p>It also reads 2D barcodes such as QR Codes and Data Matrix. These can contain links to web sites, contact information such as phone numbers and email addresses, and more.</p> 14<ul class="touchable"> 15 <li><a href="whatsnew.html">What's new in this version</a></li> 16 <li><a href="scanning.html">How to scan</a></li> 17 <li><a href="about1d.html">About 1D barcodes</a></li> 18 <li><a href="about2d.html">About 2D barcodes</a></li> 19 <li><a href="sharing.html">How to create QR Codes</a></li> 20 <li><a href="license.html">Privacy Policy, Legal and License Information</a></li> 21</ul> 22</body> 23</html> 24