<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Stephen's Thoughts</title>
	
	<link>http://www.stephendowney.net/blog</link>
	<description>Java &amp; Android Developer | Dublin Ireland</description>
	<lastBuildDate>Mon, 19 Dec 2011 19:33:12 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/StephensThoughts" /><feedburner:info uri="stephensthoughts" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><feedburner:emailServiceId>StephensThoughts</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><item>
		<title>How to get started in Android</title>
		<link>http://feedproxy.google.com/~r/StephensThoughts/~3/rer2Pnn4FDw/</link>
		<comments>http://www.stephendowney.net/blog/2011/12/16/how-to-get-started-in-android/#comments</comments>
		<pubDate>Fri, 16 Dec 2011 10:51:29 +0000</pubDate>
		<dc:creator>Stephen Downey</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Training]]></category>
		<category><![CDATA[beginner]]></category>
		<category><![CDATA[examples]]></category>
		<category><![CDATA[getting started]]></category>
		<category><![CDATA[tutorials]]></category>

		<guid isPermaLink="false">http://www.stephendowney.net/blog/?p=513</guid>
		<description><![CDATA[Google have launched Android Training.  This will give Android beginners a step by step approach to getting started with Android. It is a problem driven approach so each class will look at a problem and show how it should be approached.  There are plenty of sample apps to get you started. I would recommend that [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignright" src="http://2.bp.blogspot.com/-65ZTcnMYW9c/TurVOon7PrI/AAAAAAAAA_s/07tBb3zCktI/s1600/new%2Bprof.png" alt="" width="309" height="212" />Google have launched <a href="https://developer.android.com/training/index.html" target="_blank">Android Training</a>.  This will give Android beginners a step by step approach to getting started with Android.</p>
<p>It is a problem driven approach so each class will look at a problem and show how it should be approached.  There are plenty of sample apps to get you started.</p>
<p>I would recommend that you place close attention to the following classes:</p>
<h3><a href="https://developer.android.com/training/multiscreen/index.html" target="_blank">Designing for Multiple Screens</a></h3>
<p>This class will show you how to avoid common mistakes when trying to cater for the various Android screen sizes and also how to adapt your UI for various screen flows.  If you design your app with multiple screen sizes in mind from the start it will save you a lot of pain later.</p>
<h3><a href="https://developer.android.com/training/monitoring-device-state/index.html" target="_blank">Optimizing Battery Life</a></h3>
<p>This is a great lesson that teaches you how to save battery power by disabling background tasks when the state of the device changes.  Such as loss of connectivity.</p>
<p>As well as <a href="https://developer.android.com/training/index.html" target="_blank">Android Training</a>, there are lots of other articles and tutorials.  This should get you well on the way to developing your first Android App.<br />
<center><br />
<script type="text/javascript"><!--
google_ad_client = "ca-pub-6681085387246782";
/* Android post horizontal */
google_ad_slot = "0862000486";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script><br />
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script><br />
</center><br />
<img class="alignleft" src="http://www.stephendowney.net/blog/uploaded_images/mobiletuts.gif" alt="" width="140" height="140" /></p>
<h2><a href="http://mobile.tutsplus.com/tag/android/" target="_blank">Mobiletuts+ Tutorials</a></h2>
<p>However, if you a looking for more Android tutorial resources, it is worth checking out <a href="http://mobile.tutsplus.com/tag/android/" target="_blank">Mobiletuts+</a> tutorials for Android.  They have lots of *really* good tutorials from beginner to advanced.   They also have some specialised <a href="http://tutsplus.com/tutorials/?q=true&amp;filter_topic=90" target="_blank">premium tutorials</a> that take you to the next level but there are lots of free ones to get you started.</p>
<p>&nbsp;</p>
<p>Here is a sample of some of my favourite tutorials from Mobiletuts+:</p>
<p>&nbsp;</p>
<p><img class="alignright" src="http://d339vfjsz5zott.cloudfront.net/73_Publish-Android-App/Android_Market.png" alt="" width="150" height="150" /></p>
<h3><a href="http://mobile.tutsplus.com/tutorials/android/publish-to-android-market/" target="_blank">How to Publish to the Android Market</a></h3>
<p>This tutorial gives you step by step of how to get your finished app published in the <a href="https://market.android.com/" target="_blank">Android Market</a> from checking what permissions you require to deciding on the SDK compatibility.</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p><img class="alignright" src="http://d339vfjsz5zott.cloudfront.net/Android_Preview_Images/android_fundamentals.jpg" alt="" width="150" height="150" /></p>
<h3><a href="http://mobile.tutsplus.com/tutorials/android/android-sdk_content-providers/" target="_blank">Android Fundamentals: Working With Content Providers</a></h3>
<p>This is the first of a series of <a href="http://mobile.tutsplus.com/series/android-fundamentals/" target="_blank">tutorials on Android Fundamentals</a>.   I would recommend working though all of the tutorials in this series.  This tutorial will show you how Android uses content providers to enable applications to share and use data.</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<h3><a href="http://mobile.tutsplus.com/tutorials/android/android-sdk_fragments/" target="_blank"><img class="alignright" src="http://d339vfjsz5zott.cloudfront.net/Android_User_Interface_Design/androidui.png" alt="" width="150" height="150" />Android User Interface Design: Working With Fragments </a></h3>
<p>This tutorial is part of another great series from Mobiletuts+ on <a href="http://mobile.tutsplus.com/series/android-user-interface-design/" target="_blank">Android UI Design</a>.  Fragments were introduced to allow you to break your UI into separate independent parts.  On a larger screen such as a tablet multiple fragments can be show at ones.   Fragments were introduced as part of  3.0 but you <a href="http://www.stephendowney.net/blog/2011/03/04/android-fragments-now-available-for-android-1-6-or-later/" target="_blank">can add it to 1.6+ apps</a>.   This tutorial will show you what you need to get started.</p>
<p>&nbsp;</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/StephensThoughts?a=rer2Pnn4FDw:bDwsc8Cm1D4:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/StephensThoughts?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/StephensThoughts?a=rer2Pnn4FDw:bDwsc8Cm1D4:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/StephensThoughts?d=7Q72WNTAKBA" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.stephendowney.net/blog/2011/12/16/how-to-get-started-in-android/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://www.stephendowney.net/blog/2011/12/16/how-to-get-started-in-android/</feedburner:origLink></item>
		<item>
		<title>How to apply CCS3 media query techniques in Android Development</title>
		<link>http://feedproxy.google.com/~r/StephensThoughts/~3/dULRdnCgAu4/</link>
		<comments>http://www.stephendowney.net/blog/2011/09/13/how-to-apply-ccs3-media-query-techniques-in-android-development/#comments</comments>
		<pubDate>Tue, 13 Sep 2011 22:33:55 +0000</pubDate>
		<dc:creator>Stephen Downey</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[css3]]></category>
		<category><![CDATA[layout]]></category>
		<category><![CDATA[Roman Nurik]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://www.stephendowney.net/blog/?p=508</guid>
		<description><![CDATA[Here is a great post from RomanNurik on the Android developer blog. The number of people working on mobile apps, and specifically Android, is growing fast. Since modern mobile software-development is a relatively new profession, the community is growing by sucking in experts from related domains, one being web design and development. It turns out [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignright" src="http://1.bp.blogspot.com/_GTM_W5mVPTU/TMB-JMl-xsI/AAAAAAAAANM/kWr3jmU5aO0/s1600/Roman.jpg" alt="" width="221" height="211" />Here is a great post from <a href="http://twitter.com/romannurik" target="_blank">RomanNurik</a> on the <a href="http://android-developers.blogspot.com/2011/09/thinking-like-web-designer.html" target="_blank">Android developer blog.</a></p>
<blockquote><p>The number of people working on mobile apps, and specifically  Android, is growing fast. Since modern mobile software-development is a  relatively new profession, the community is growing by sucking in  experts from related domains, one being web design and development.</p>
<p>It  turns out that familiarity with web UI development, particularly using  modern HTML5 techniques, can be a great primer for Android UI  development. The Android framework and SDK have many analogues to tools  and techniques in the Web repertoire of HTML, CSS, and JavaScript.</p>
<p>In  this blog post, we’ll walk through a few web development features and  look for matches in the world of Android UI development.</p></blockquote>
<p>He discuses how you can apply many of the custom layouts used in Css3 media queries in Android layout development.  Rather than repeating, the whole post here, jump over to the <a href="http://android-developers.blogspot.com/2011/09/thinking-like-web-designer.html" target="_blank">Android developer blog</a> and have a look at the post.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/StephensThoughts?a=dULRdnCgAu4:IRVPu4q6m0E:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/StephensThoughts?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/StephensThoughts?a=dULRdnCgAu4:IRVPu4q6m0E:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/StephensThoughts?d=7Q72WNTAKBA" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.stephendowney.net/blog/2011/09/13/how-to-apply-ccs3-media-query-techniques-in-android-development/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.stephendowney.net/blog/2011/09/13/how-to-apply-ccs3-media-query-techniques-in-android-development/</feedburner:origLink></item>
		<item>
		<title>Android Fragments now available for Android 1.6 or higher</title>
		<link>http://feedproxy.google.com/~r/StephensThoughts/~3/R-hGUpSPqII/</link>
		<comments>http://www.stephendowney.net/blog/2011/03/04/android-fragments-now-available-for-android-1-6-or-later/#comments</comments>
		<pubDate>Fri, 04 Mar 2011 08:06:53 +0000</pubDate>
		<dc:creator>Stephen Downey</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[1.6]]></category>
		<category><![CDATA[2.0]]></category>
		<category><![CDATA[2.1]]></category>
		<category><![CDATA[3.0]]></category>
		<category><![CDATA[Fragments]]></category>
		<category><![CDATA[Google]]></category>

		<guid isPermaLink="false">http://www.stephendowney.net/blog/?p=489</guid>
		<description><![CDATA[Google have released the fragment API which is part of 3.0 as a static library. Fragements allow screen elements to be broken into framents, that be arranged depending on the screen size of the device. This is great for 3.0 developers that develop for tablets as it allows you to also design for a smaller [...]]]></description>
			<content:encoded><![CDATA[<p><img alt="" src="http://3.bp.blogspot.com/_GTM_W5mVPTU/TUsiB0_SZiI/AAAAAAAAAQ0/FtxDiayMsN8/s400/device-fragment-land.png" class="alignright" width="300" height="180" /><a href="http://android-developers.blogspot.com/2011/03/fragments-for-all.html" target="_blank">Google have released</a> the fragment API which is part of 3.0 as a static library.  </p>
<p>Fragements allow screen elements to be broken into <em>framents</em>, that be arranged depending on the screen size of the device.   This is great for 3.0 developers that develop for tablets as it allows you to also design for a smaller resolution screen.</p>
<p>Until now this was only available to android 3.0 but the new static library allows anyone that develops for Android 1.6 and higher to import the static library.</p>
<p>This library is available through the SDK Updater; it’s called <em>&#8220;Android Compatibility package&#8221;</em>.</p>
<p>If you wan to learn more <a href="http://developer.android.com/guide/topics/fundamentals/fragments.html" target="_blank">about Fragments</a> and what they can be used for, have a look at <a href="http://android-developers.blogspot.com/2011/02/android-30-fragments-api.html" target="_blank">this post from Dianne Hackborn</a>.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/StephensThoughts?a=R-hGUpSPqII:PMIYi7ipH6w:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/StephensThoughts?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/StephensThoughts?a=R-hGUpSPqII:PMIYi7ipH6w:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/StephensThoughts?d=7Q72WNTAKBA" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.stephendowney.net/blog/2011/03/04/android-fragments-now-available-for-android-1-6-or-later/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://www.stephendowney.net/blog/2011/03/04/android-fragments-now-available-for-android-1-6-or-later/</feedburner:origLink></item>
		<item>
		<title>Enterprise Ireland: €50,000 for 15 Startups</title>
		<link>http://feedproxy.google.com/~r/StephensThoughts/~3/gCWkpFzxHf8/</link>
		<comments>http://www.stephendowney.net/blog/2011/02/24/enterprise-ireland-e50000-for-15-startups/#comments</comments>
		<pubDate>Thu, 24 Feb 2011 08:40:02 +0000</pubDate>
		<dc:creator>Stephen Downey</dc:creator>
				<category><![CDATA[Funding]]></category>
		<category><![CDATA[Start-up]]></category>

		<guid isPermaLink="false">http://www.stephendowney.net/blog/?p=477</guid>
		<description><![CDATA[Enterprise Ireland have just announced a new fund for Irish start ups. The fund is similar to the Internet and Game fund launched in December. If you are an early stage company with a software solution from any of the following sectors, you can apply to our Competitive Start Fund. The application form is all [...]]]></description>
			<content:encoded><![CDATA[<p><img alt="" src="http://www.enterprise-ireland.com/en/Logo_NoStrapLine.jpg" class="alignright" width="270" height="78" />Enterprise Ireland have just announced a <a href="http://bestconnected.enterprise-ireland.com/new-ei-fund-for-software-start-ups-up-to-15-investments-of-e50k-each/"  >new fund for Irish start ups</a>.  The fund is similar to the <a href="http://bestconnected.enterprise-ireland.com/internet-and-games-start-fund-one-week-left-to-apply/"  target="_blank">Internet and Game fund</a> launched in December.  </p>
<blockquote><p>If you are an early stage company with a software solution from any of  the following sectors, you can apply to our Competitive Start Fund. The application form is all online, but you must complete it before March 11th, 2011.</p>
<p>• Cloud computing<br />
• Enterprise software<br />
• Internet &#038; Games<br />
• SaaS<br />
• Telecoms</p>
<p>Up to 15 companies will be selected to receive an investment of €50,000 , in return for a 10% ordinary equity stake. The investment will be made in two equal tranches. This means that the selected companies will be required to secure additional investment of €5,000 prior to the release of Enterprise Ireland’s investment.</p></blockquote>
<p><a href="http://www.enterprise-ireland.com/en/funding-supports/Company/HPSU-Funding/Competitive-Start-Fund-CSF-.html" target="_blank">Find out more here.</a><br />
</BR><br />
<a href="http://dublin.startupweekend.org/events/"  target="_blank"><img alt="" src="http://dublin.startupweekend.org/files/2010/08/Dublin-banner5.jpg" class="alignleft" width="213" height="54" /></a>The timing of this fund is fantastic for anyone attending the <a href="http://dublin.startupweekend.org/events/" target="_blank">Dublin Startup Weekend</a> this weekend.   I was out last night at a pre-event meetup and it looks like this is going to be a great weekend.  There was lots of energy in the room and lots of people pitching their possible ideas.  I really like is the mix of both technical and business folk.  </p>
<p>Best of luck to everyone at this weekend.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/StephensThoughts?a=gCWkpFzxHf8:AQ49Yw0igZ0:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/StephensThoughts?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/StephensThoughts?a=gCWkpFzxHf8:AQ49Yw0igZ0:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/StephensThoughts?d=7Q72WNTAKBA" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.stephendowney.net/blog/2011/02/24/enterprise-ireland-e50000-for-15-startups/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.stephendowney.net/blog/2011/02/24/enterprise-ireland-e50000-for-15-startups/</feedburner:origLink></item>
		<item>
		<title>Android Honeycomb 3.0 out now with UI redesign for tablets</title>
		<link>http://feedproxy.google.com/~r/StephensThoughts/~3/6uNScUeIm0o/</link>
		<comments>http://www.stephendowney.net/blog/2011/02/22/android-honeycomb-3-0-out-now-with-ui-redesign-for-tablets/#comments</comments>
		<pubDate>Tue, 22 Feb 2011 22:39:19 +0000</pubDate>
		<dc:creator>Stephen Downey</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[3.0]]></category>
		<category><![CDATA[Honeycomb]]></category>

		<guid isPermaLink="false">http://www.stephendowney.net/blog/?p=453</guid>
		<description><![CDATA[Google have released the final version of Android 3.0 with a major UI redesign for tablets. A host of features have been added to the platform to enhance the end User experience. What are the major changes? The new UI brings fresh paradigms for interaction, navigation, and customization and makes them available to all applications [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignright" src="http://4.bp.blogspot.com/-9Ez2y71RLWY/TVmisYUffnI/AAAAAAAAABs/iN2LC8JQTNw/s400/android-bumblebee-holo.png" alt="" width="250" height="200" />Google have released <a href="http://android-developers.blogspot.com/2011/02/final-android-30-platform-and-updated.html" target="_blank">the final version of Android 3.0</a> with a major UI redesign for tablets.  A host of features have been added to the platform to enhance the end User experience.<br />
<BR/><BR/><BR/></p>
<h2>What are the major changes?</h2>
<blockquote><p>The new UI brings fresh paradigms for interaction, navigation, and customization and makes them available to all applications — even those built for earlier versions of the platform. Applications written for Android 3.0 are able to use an extended set of UI objects, powerful graphics, and media capabilities to engage users in new ways.</p></blockquote>
<p><img class="aligncenter" src="http://developer.android.com/sdk/images/3.0/home_hero1.png" alt="" width="448" height="280" /></p>
<h3>Visual multitasking</h3>
<p><img class="alignleft" src="http://developer.android.com/sdk/images/3.0/tasks.png" alt="" width="208" height="280" />Multitasking allows users to swap between apps that are running on a device.   This has been possible in the past but this new feature allows you to see the last view state of the application that you were running.</p>
<blockquote><p>Multitasking is a key strength of Android and it is central to the Android 3.0 experience. As users launch applications to handle various tasks, they can use the Recent Apps list in the System Bar to see the tasks underway and quickly jump from one application context to another.</p></blockquote>
<h3>Fragments</h3>
<p>3.0 allows developers to break an activity up into subcomponents called Fragments.  They can then be combined in various ways.   This will allow developers to show subset of fragments on a smaller screen while showing the full bells and whistle version on a large screen like a tablet.</p>
<blockquote><p>For example, an application can use a set of Fragments to create a true multipane UI, with the user being able to interact with each pane independently. Fragments can be added, removed, replaced, and animated inside an Activity dynamically, and they are modular and reusable across multiple Activities.</p></blockquote>
<h3>Widgets</h3>
<p><img class="alignright" src="http://developer.android.com/sdk/images/3.0/widgets.png" alt="" width="283" height="197" />As you would expect, widgets have been redesigned for use on large screens.  They are also a lot more interactive.  The home screen widgets allow you to flip through content like 3D stacks, grids and lists.</p>
<blockquote><p>Several new widget types are available, including a 3D stack, search box, a date/time picker, number picker, calendar, popup menu, and others. Most of the redesigned UI widgets can now be used as remote views in application widgets displayed on the home screen. Applications written for earlier versions can inherit the new Widget designs and themes.</p></blockquote>
<h3>New Animation framework</h3>
<p>Developers can animate the properties of UI elements such as Views, Widgets, Fragments, Drawables, or any arbitrary object. Some of the animations available are fades or movement between states, loop an animated image or an existing animation, change colors, and much more.</p>
<blockquote><p>Adding animation to UI elements can add visual interest to an application and refine the user experience, to keep users engaged.</p></blockquote>
<p><BR/></p>
<h2>Conclusion</h2>
<p>I have only touched on some of the new features of Android 3.0 but check out the <a href="http://developer.android.com/sdk/android-3.0-highlights.html" target="_blank">full highlights here</a>.  As well as the Android 3.0 Google, have also released a new version of the ADT Eclipse plugin.  I have not touched it here as I intend to followup with a seperate post on the new feature.  You can find out more on <a href="http://developer.android.com/sdk/eclipse-adt.html" target="_blank">ADT here</a>.</p>
<p>Android 3.0 signifies a major milestone in Androids history. It is be the most interactive version yet and will really enhance the tablet experience and well as the experience on smaller devices.   Developers will be able to develop apps that look just as well on a Nexus as a XOOM without looking like you just increased the resolution on all your graphics.   I will post a few more updates on the new feature once I have time to play with them.</p>
<p>Now all I need is a Xoom so I can test all of these features for myself&#8230;.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/StephensThoughts?a=6uNScUeIm0o:WA3-gwzFYzc:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/StephensThoughts?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/StephensThoughts?a=6uNScUeIm0o:WA3-gwzFYzc:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/StephensThoughts?d=7Q72WNTAKBA" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.stephendowney.net/blog/2011/02/22/android-honeycomb-3-0-out-now-with-ui-redesign-for-tablets/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.stephendowney.net/blog/2011/02/22/android-honeycomb-3-0-out-now-with-ui-redesign-for-tablets/</feedburner:origLink></item>
	</channel>
</rss>

