2012-09-10 09:39:11 -07:00
<!DOCTYPE HTML>
2008-11-25 14:12:02 -08:00
< html >
2010-06-15 06:04:18 -07:00
< head >
2012-09-10 09:39:11 -07:00
< meta charset = "UTF-8" / >
2008-11-25 14:12:02 -08:00
< title > Barcode Scanner Help< / title >
2011-09-12 10:30:21 -07:00
< link rel = "stylesheet" href = "../style.css" type = "text/css" / >
2010-06-15 06:04:18 -07:00
< / head >
2008-11-25 14:12:02 -08:00
< body >
2012-09-12 23:41:17 -07:00
< p > The official Android app of the open source ZXing project:< br / >
2016-07-16 04:38:19 -07:00
< a href = "https://github.com/zxing/zxing" > https://github.com/zxing/zxing< / a > < / p >
2012-09-10 09:39:11 -07:00
< p > Barcode Scanner uses the camera on your phone to read barcodes and look up product information such as prices and reviews.< / p >
< p class = "imgcenter" > < img src = "../images/scan-example.png" / > < / p >
< 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 >
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 >
2010-07-20 15:43:38 -07:00
< li > < a href = "sharing.html" > How to create QR Codes< / a > < / li >
2013-05-01 09:18:58 -07:00
< li > < a href = "license.html" > Privacy Policy, Legal and License Information< / a > < / li >
2008-11-25 14:12:02 -08:00
< / ul >
< / body >
2010-05-10 07:57:40 -07:00
< / html >