mirror of
https://github.com/zxing/zxing.git
synced 2024-11-10 04:54:04 -08:00
21 lines
1.1 KiB
HTML
21 lines
1.1 KiB
HTML
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<html>
|
||
|
<head>
|
||
|
<meta charset="UTF-8"/>
|
||
|
<title> Barcode Scanner Help </title>
|
||
|
<link href="../style.css" rel="stylesheet" type="text/css"/>
|
||
|
</head>
|
||
|
<body>
|
||
|
<p> De officiële Android app van de open source ZXing project: <a href="http://code.google.com/p/zxing"> http://code.google.com/p/zxing </a></p>
|
||
|
<p> Barcode Scanner maakt gebruik van de camera op je telefoon om barcodes te lezen en op te zoeken productinformatie, zoals prijzen en reviews. </p>
|
||
|
<p class="imgcenter"><img src="../images/scan-example.png"/></p>
|
||
|
<p> Het leest ook 2D barcodes zoals QR Codes en Data Matrix. Deze kunnen links naar websites bevatten, contactgegevens zoals telefoonnummers en e-mailadressen, en nog veel meer. </p>
|
||
|
<ul class="touchable">
|
||
|
<li><a href="whatsnew.html"> Wat is nieuw in deze versie </a></li>
|
||
|
<li><a href="scanning.html"> Hoe om te scannen </a></li>
|
||
|
<li><a href="about1d.html"> Over 1D barcodes </a></li>
|
||
|
<li><a href="about2d.html"> Over 2D barcodes </a></li>
|
||
|
<li><a href="sharing.html"> Hoe kan ik QR Codes te creëren </a></li>
|
||
|
</ul>
|
||
|
<p>Vertaald door Google Translate.</p></body>
|
||
|
</html>
|