mirror of
https://github.com/zxing/zxing.git
synced 2024-11-10 13:04:05 -08:00
14 lines
734 B
HTML
14 lines
734 B
HTML
|
<html>
|
||
|
<title>How To Share</title>
|
||
|
<body>
|
||
|
<link rel="StyleSheet" href="style.css" type="text/css">
|
||
|
<h3><center>How To Share</center></h3>
|
||
|
<p>In addition to <a href="about2d.html">scanning 2D barcodes</a>, <b>Barcode Scanner</b> can also
|
||
|
generate a QR Code and display it on your screen. Then you can show it to a friend, and let them
|
||
|
scan the barcode with their phone:</p>
|
||
|
<center><p><img src="../images/scan-from-phone.png"></p></center>
|
||
|
<p>To use this feature, press the Menu button from the main scanning screen, and tap Share. Then
|
||
|
choose whether you want to share a contact, a bookmark, or the contents of the clipboard. A QR
|
||
|
Code will be generated automatically. When you're done, press Back or Home.</p>
|
||
|
</body>
|
||
|
</html>
|