Skip to content

Commit 867c8fc

Browse files
author
adriano
committed
Merge branch 'master' of https://github.com/Adrianotiger/qr2web
2 parents e2a1f67 + c7aa3dd commit 867c8fc

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11

22
Scan codes with the smartphones and forward the parsed code to a webpage.
33

4-
[DOWNLOAD APP FROM THIS PAGE](https://github.com/Adrianotiger/qr2web/wiki/download)
4+
<a href="https://github.com/Adrianotiger/qr2web/wiki/download">Download App directly from store:
5+
6+
<img src="https://github.com/Adrianotiger/qr2web/raw/gh-pages/images/stores.png">
7+
</a>
58

69
### Why this project?
710
You find always more QR codes on the web and it is also easy to generate QR codes for own projects. Good smartphones (with Android or Windows Mobile) are able to scan a QR code directly from a webpage. Older smartphones and cheaper smartphones need an app because they are not able to access the camera from the webpage. So you need an app for each OS (=> store accounts, developer accounts, and $$$).
@@ -28,9 +31,11 @@ It was possible to create this app thanks to Microsoft, Xamarin and ZXing librar
2831

2932
App was developed with [Visual Studio 2015](https://www.visualstudio.com/)
3033

31-
using the [Xamarin NuGet extension](https://www.xamarin.com/)
34+
using the [Xamarin NuGet extension](https://www.xamarin.com/),
35+
36+
the [ZXing BarcodeScanner library](https://github.com/Redth/ZXing.Net.Mobile)
3237

33-
and the [ZXing BarcodeScanner library](https://github.com/Redth/ZXing.Net.Mobile)
38+
and the [Geolocator Plugin](https://github.com/jamesmontemagno/xamarin.plugins)
3439

3540
### License
3641
You can use this code and change it, you can also create your own app.

0 commit comments

Comments
 (0)