<?xml version="1.0" encoding="UTF-8"?>
<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>Make Tech Easier&#187; barcode</title>
	<atom:link href="http://maketecheasier.com/tag/barcode/feed" rel="self" type="application/rss+xml" />
	<link>http://maketecheasier.com</link>
	<description>Uncomplicating the complicated, making life easier</description>
	<lastBuildDate>Fri, 25 May 2012 14:58:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>How to Make Scannable Bar Codes for Android Phones</title>
		<link>http://maketecheasier.com/make-scannable-bar-codes-for-android-phones/2009/06/07</link>
		<comments>http://maketecheasier.com/make-scannable-bar-codes-for-android-phones/2009/06/07#comments</comments>
		<pubDate>Sun, 07 Jun 2009 12:17:07 +0000</pubDate>
		<dc:creator>AlexByrnes</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[barcode]]></category>
		<category><![CDATA[barcode scanner]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=5150</guid>
		<description><![CDATA[Ever seen those black and white checkered boxes on Android web sites? They&#8217;re QR or &#8220;Quick Response&#8221; codes, and they can be read from your phone using the Barcode Scanner application from the Android Market. You can scan the codes that are published on web sites and use the results... <p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/make-scannable-bar-codes-for-android-phones/2009/06/07&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/make-scannable-bar-codes-for-android-phones/2009/06/07" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/make-scannable-bar-codes-for-android-phones/2009/06/07" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/make-scannable-bar-codes-for-android-phones/2009/06/07" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/make-scannable-bar-codes-for-android-phones/2009/06/07&amp;title=How+to+Make+Scannable+Bar+Codes+for+Android+Phones&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/make-scannable-bar-codes-for-android-phones/2009/06/07" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/make-scannable-bar-codes-for-android-phones/2009/06/07">How to Make Scannable Bar Codes for Android Phones</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" title="android-barcode-scanner" src="http://imagecdn.maketecheasier.com/2009/06/android-barcode-scanner.jpg" alt="android-barcode-scanner" width="280" height="130" />Ever seen those black and white checkered boxes on Android web sites?  They&#8217;re QR or &#8220;Quick Response&#8221; codes, and they can be read from your phone using the <a href="http://www.cyrket.com/package/com.google.zxing.client.android" target="_blank">Barcode Scanner</a> application from the Android Market.  You can scan the codes that are published on web sites and use the results for all kinds of things.  QR codes can be encoded with any short piece of text.  This application will allow you to browse to a URL, save a contact, or copy the text to use in another application.</p>
<p><span id="more-5150"></span>First, you use the app by opening it and holding the phone as if you&#8217;re taking a picture of the QR code.  Here&#8217;s one that goes to the front page of Make Tech Easier:</p>
<p><img class="alignnone" src="http://imagecdn.maketecheasier.com/2009/06/qrcode.png" alt="qrcode" width="248" height="248" /></p>
<p>There&#8217;s a box with a red line that gives you an idea of how to center the code.</p>
<p><img class="alignnone size-full wp-image-5151" src="http://imagecdn.maketecheasier.com/2009/06/qr_scan.jpg" alt="qr_scan" width="480" height="320" /></p>
<p>Hold steady and&#8230; BEEP!  The code has been interpreted.  The app will give you options according to its best guess as to what the code is.  If it&#8217;s a URL, it will give you the option of opening it in the browser.  If it&#8217;s ordinary text, it will let you use it as a Google search or send it as an SMS message.</p>
<p>URLs are by far the most common use for QR codes on Android.  If a web site wants to publish a link that should be viewed on the phone, or the link is to the Android Market, the QR code is an easy way to transfer this data to viewers&#8217; phones.  There&#8217;s no laborious typing it in on a tiny keyboard.  Just scan and click.</p>
<p>If you&#8217;d like to create your own for a web site, business card, poster, flier, or tattoo, you can create one very easily by going to one of the many online QR code generators.  <a href="http://qrcode.kaywa.com/">Qrcode.kaywa.com</a> is one of these and it couldn&#8217;t be easier.  Just type in the text that you&#8217;d like to appear in the code, choose small, medium, large, or extra large and hit enter.  Then save the image to your hard drive by right clicking and going to &#8220;Save Link as&#8230;&#8221; (Firefox).  There&#8217;s also a permalink to the image that will appear the box right below it.</p>
<p>The Barcode Scanner app will also let you transfer data from one phone to another similar to the old infrared contact swap on Palm Pilots. Go to menu, then &#8220;Share&#8221; and choose a contact, bookmark, or the the contents of your clipboard. A QR code representing the data will appear on your screen.  The person you&#8217;re transferring to then scans the screen of your phone.</p>
<h3>Android Market Links</h3>
<p>If you&#8217;d like to share a link to an app on the Android Market, there&#8217;s a special protocol that you use that looks like this:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">market:<span style="color: #000000; font-weight: bold;">//</span>search?<span style="color: #007800;">q</span>=pname:com.NamcoNetworks.PacMan</pre></div></div>

<p>&#8220;com.NamcoNetworks.PacMan&#8221; is the package name.  There&#8217;s also:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">market:<span style="color: #000000; font-weight: bold;">//</span>search?<span style="color: #007800;">q</span>=solitaire</pre></div></div>

<p>Put this into the QR code generator and you&#8217;ll get a QR code that links to a search for solitaire games on the Android Market.</p>
<p>If there&#8217;s a specific app you want to link to, you can get the link and a small QR code from <a href="http://www.cyrket.com/" target="_blank">Cyrket</a>.</p>
<p><!--adsense#468x60--><br />
<h3 class='related_post_title'>Related Posts:</h3>
<ul class='related_post'>
<li><a href='http://maketecheasier.com/pogoplug-cloud-storage-made-for-mobile/2011/12/04' title='Pogoplug: Cloud Storage Made For Mobile'>Pogoplug: Cloud Storage Made For Mobile</a></li>
<li><a href='http://maketecheasier.com/4-ways-to-make-good-use-of-dropbox-for-android/2011/04/24' title='4 Ways To Make Good Use Of Dropbox For Android'>4 Ways To Make Good Use Of Dropbox For Android</a></li>
<li><a href='http://maketecheasier.com/bartender-lite-a-more-useful-android-notification-bar/2011/04/10' title='Bartender Lite = A More Useful Android Notification Bar'>Bartender Lite = A More Useful Android Notification Bar</a></li>
<li><a href='http://maketecheasier.com/phonebook-2-0-a-great-alternative-to-android-contact-app/2011/03/27' title='Phonebook 2.0: A Great Alternative to Android Contact App'>Phonebook 2.0: A Great Alternative to Android Contact App</a></li>
</ul>
<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/make-scannable-bar-codes-for-android-phones/2009/06/07&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/make-scannable-bar-codes-for-android-phones/2009/06/07" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/make-scannable-bar-codes-for-android-phones/2009/06/07" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/make-scannable-bar-codes-for-android-phones/2009/06/07" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/make-scannable-bar-codes-for-android-phones/2009/06/07&amp;title=How+to+Make+Scannable+Bar+Codes+for+Android+Phones&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/make-scannable-bar-codes-for-android-phones/2009/06/07" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/make-scannable-bar-codes-for-android-phones/2009/06/07">How to Make Scannable Bar Codes for Android Phones</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/make-scannable-bar-codes-for-android-phones/2009/06/07/feed</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic (Feed is rejected)
Page Caching using disk: enhanced
Content Delivery Network via Amazon Web Services: CloudFront: cdn.maketecheasier.com

Served from: maketecheasier.com @ 2012-05-25 14:41:52 -->
