<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="https://shkspr.mobi/blog/wp-content/themes/edent-wordpress-theme/rss-style.xsl" type="text/xsl"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	    xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	     xmlns:dc="http://purl.org/dc/elements/1.1/"
	   xmlns:atom="http://www.w3.org/2005/Atom"
	     xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	  xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>
<channel>
	<title>zxing &#8211; Terence Eden’s Blog</title>
	<atom:link href="https://shkspr.mobi/blog/tag/zxing/feed/" rel="self" type="application/rss+xml" />
	<link>https://shkspr.mobi/blog</link>
	<description>Regular nonsense about tech and its effects 🙃</description>
	<lastBuildDate>Mon, 12 Dec 2011 07:32:19 +0000</lastBuildDate>
	<language>en-GB</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://shkspr.mobi/blog/wp-content/uploads/2023/07/cropped-avatar-32x32.jpeg</url>
	<title>zxing &#8211; Terence Eden’s Blog</title>
	<link>https://shkspr.mobi/blog</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title><![CDATA[Windows Phone 7's QR Scanner]]></title>
		<link>https://shkspr.mobi/blog/2011/12/windows-phone-7s-qr-scanner/</link>
					<comments>https://shkspr.mobi/blog/2011/12/windows-phone-7s-qr-scanner/#respond</comments>
				<dc:creator><![CDATA[@edent]]></dc:creator>
		<pubDate>Mon, 12 Dec 2011 07:32:19 +0000</pubDate>
				<category><![CDATA[mobile]]></category>
		<category><![CDATA[qr]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[wp7]]></category>
		<category><![CDATA[zxing]]></category>
		<guid isPermaLink="false">http://shkspr.mobi/blog/?p=4952</guid>

					<description><![CDATA[I think that WP7 is one of the first phone operating systems which natively has a QR scanner built in.  It&#039;s rather hidden - you have to go in to search (not camera) then click the eye icon.  However, it is one of the fastest and most accurate scanners I&#039;ve ever used.  It knocks Android favourite ZXing into a cocked hat simply by by speed alone - it&#039;s also very fault tolerant and was able to scan …]]></description>
										<content:encoded><![CDATA[<p>I think that WP7 is one of the first phone operating systems which natively has a QR scanner built in.</p>

<p>It's rather hidden - you have to go in to search (not camera) then click the eye icon.</p>

<p>However, it is one of the fastest and most accurate scanners I've ever used.  It knocks <a href="https://market.android.com/details?id=com.google.zxing.client.android&amp;feature=search_result#?t=W251bGwsMSwxLDEsImNvbS5nb29nbGUuenhpbmcuY2xpZW50LmFuZHJvaWQiXQ..">Android favourite ZXing</a> into a cocked hat simply by by speed alone - it's also very fault tolerant and was able to scan in low light and at strange angles.</p>

<p>There's only one problem I have with it - the user interface really isn't very good.  Part of this is the design constraints of the Metro interface, but that's no real excuse.</p>

<p>Let's compare WP7 and Android.</p>

<h2 id="scanning"><a href="https://shkspr.mobi/blog/2011/12/windows-phone-7s-qr-scanner/#scanning">Scanning</a></h2>

<h3 id="wp7"><a href="https://shkspr.mobi/blog/2011/12/windows-phone-7s-qr-scanner/#wp7">WP7</a></h3>

<p>The scanner is quick and efficient - but doesn't let you see the whole destination URL.
<img src="https://shkspr.mobi/blog/wp-content/uploads/2011/12/WP7-QR-Scan.jpg" alt="WP7 QR Scan" title="WP7 QR Scan" width="384" height="437" class="aligncenter size-full wp-image-4953">
Because it can barely fit in a whole bit.ly link, this could lead to some confusion when scanning: are you going to example.com/video or example.com/games for example.</p>

<p>There's also the (remote) possibility of a security problem; www.hsbc.com.evilsite.xxx will only show as www.hsbc.com</p>

<h3 id="android"><a href="https://shkspr.mobi/blog/2011/12/windows-phone-7s-qr-scanner/#android">Android</a></h3>

<p>The layout of Android is quite different.  I prefer the vertical arrangement of WP7 but Android provides better and more useful information.
<img src="https://shkspr.mobi/blog/wp-content/uploads/2011/12/Android-QR-Scan.jpg" alt="Android QR Scan" title="Android QR Scan" width="512" height="307" class="aligncenter size-full wp-image-4954">
(The screenshot doesn't show the camera view in the background.)
As well as the <em>full</em> URL, we're given</p>

<ul>
    <li>The destination URL for any shortened URL.</li>
    <li>Sharing buttons.</li>
    <li>A bunch of extraneous techy stuff (meta data about the code).</li>
</ul>

<h2 id="history"><a href="https://shkspr.mobi/blog/2011/12/windows-phone-7s-qr-scanner/#history">History</a></h2>

<p>It's often useful to go back and see what you have scanned. Both WP7 and Android have a history feature.</p>

<h3 id="wp7"><a href="https://shkspr.mobi/blog/2011/12/windows-phone-7s-qr-scanner/#wp7">WP7</a></h3>

<p>Again, WP7 looks gorgeous - especially with the photo thumbnail of what you scanned.
<img src="https://shkspr.mobi/blog/wp-content/uploads/2011/12/WP7-QR-History.jpg" alt="WP7 QR History" title="WP7 QR History" width="384" height="512" class="aligncenter size-full wp-image-4956">
But, again, there's no way to see the full URL.  And, again, the only thing you can do it click on it - no sharing options available.</p>

<h3 id="android"><a href="https://shkspr.mobi/blog/2011/12/windows-phone-7s-qr-scanner/#android">Android</a></h3>

<p>Android is more Spartan - but more useful.
<img src="https://shkspr.mobi/blog/wp-content/uploads/2011/12/Android-QR-History.jpg" alt="Android QR History" title="Android QR History" width="512" height="307" class="aligncenter size-full wp-image-4957">
Although there's no thumbnail, we can see the full URL and any redirection.  Clicking on a URL allows us to share it.</p>

<h2 id="conclusion"><a href="https://shkspr.mobi/blog/2011/12/windows-phone-7s-qr-scanner/#conclusion">Conclusion</a></h2>

<p>Windows Phone 7 has a faster and prettier scanner - Android has a scanner which has more useful features and presents less of a security risk.</p>
<img src="https://shkspr.mobi/blog/wp-content/themes/edent-wordpress-theme/info/okgo.php?ID=4952&HTTP_REFERER=RSS" alt="" width="1" height="1" loading="eager">]]></content:encoded>
					
					<wfw:commentRss>https://shkspr.mobi/blog/2011/12/windows-phone-7s-qr-scanner/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
