<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments for A Dash of Web and Mobile Development</title>
	<atom:link href="http://blog.iangclifton.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.iangclifton.com</link>
	<description>Discussing trends and technologies in web and mobile development</description>
	<lastBuildDate>Wed, 22 Feb 2012 12:17:49 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on Android for Programmers: An App-Driven Approach by Vishnu VG</title>
		<link>http://blog.iangclifton.com/2011/10/23/android-for-programmers-an-app-driven-approach/comment-page-1/#comment-1242</link>
		<dc:creator>Vishnu VG</dc:creator>
		<pubDate>Wed, 22 Feb 2012 12:17:49 +0000</pubDate>
		<guid isPermaLink="false">http://blog.iangclifton.com/?p=506#comment-1242</guid>
		<description>I am a php programmer begginng to learn android, Will your book help me??</description>
		<content:encoded><![CDATA[<p>I am a php programmer begginng to learn android, Will your book help me??</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on An Android Lover&#8217;s Take On The iPhone 4S by bogdan</title>
		<link>http://blog.iangclifton.com/2011/12/18/an-android-lovers-take-on-the-iphone-4s/comment-page-1/#comment-1217</link>
		<dc:creator>bogdan</dc:creator>
		<pubDate>Tue, 14 Feb 2012 08:31:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.iangclifton.com/?p=526#comment-1217</guid>
		<description>shame of them too :)</description>
		<content:encoded><![CDATA[<p>shame of them too <img src='http://blog.iangclifton.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on An Android Lover&#8217;s Take On The iPhone 4S by retro</title>
		<link>http://blog.iangclifton.com/2011/12/18/an-android-lovers-take-on-the-iphone-4s/comment-page-1/#comment-1213</link>
		<dc:creator>retro</dc:creator>
		<pubDate>Mon, 13 Feb 2012 20:22:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.iangclifton.com/?p=526#comment-1213</guid>
		<description>which is why it&#039;s an &quot;An Android Lover&#039;s Take On The iPhone 4S&quot;.. I&#039;m sure &quot;An Apple Fanboy&#039;s Take On The Galaxy SII&quot; would sound a whole lot similar, and they do.</description>
		<content:encoded><![CDATA[<p>which is why it&#8217;s an &#8220;An Android Lover&#8217;s Take On The iPhone 4S&#8221;.. I&#8217;m sure &#8220;An Apple Fanboy&#8217;s Take On The Galaxy SII&#8221; would sound a whole lot similar, and they do.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Android Splash Screens Done Right by Christian Donner</title>
		<link>http://blog.iangclifton.com/2011/01/01/android-splash-screens-done-right/comment-page-1/#comment-1211</link>
		<dc:creator>Christian Donner</dc:creator>
		<pubDate>Mon, 13 Feb 2012 04:31:49 +0000</pubDate>
		<guid isPermaLink="false">http://blog.iangclifton.com/?p=360#comment-1211</guid>
		<description>I agree with you in general, but ...
Arguably, a splash screen is preferred for apps that use the license service , even though it does nothing but wait for the license response. If access is denied, I want to be able to exit out before I show the main activity to the user.</description>
		<content:encoded><![CDATA[<p>I agree with you in general, but &#8230;<br />
Arguably, a splash screen is preferred for apps that use the license service , even though it does nothing but wait for the license response. If access is denied, I want to be able to exit out before I show the main activity to the user.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Vim &#8220;No Identifier Under Cursor&#8221; Arrow Keys Problem by samarth</title>
		<link>http://blog.iangclifton.com/2009/07/21/vim-no-identifier-under-cursor-arrow-keys-problem/comment-page-1/#comment-1200</link>
		<dc:creator>samarth</dc:creator>
		<pubDate>Thu, 09 Feb 2012 06:33:27 +0000</pubDate>
		<guid isPermaLink="false">http://blog.iangclifton.com/?p=3#comment-1200</guid>
		<description>thanks dude ..... !</description>
		<content:encoded><![CDATA[<p>thanks dude &#8230;.. !</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Android Splash Screens Done Right by Tos</title>
		<link>http://blog.iangclifton.com/2011/01/01/android-splash-screens-done-right/comment-page-1/#comment-1192</link>
		<dc:creator>Tos</dc:creator>
		<pubDate>Sun, 05 Feb 2012 22:07:25 +0000</pubDate>
		<guid isPermaLink="false">http://blog.iangclifton.com/?p=360#comment-1192</guid>
		<description>I know the problem (parsing a large XML file with 15 k nodes). Since it feeds a ListView adapter it could be done on a background thread but I want to move on.. So eventually I created a Splash Activity using this : http://horribile.blogspot.com/2011/10/animated-splash.html
The code is not totally kosher but it works fine for my purposes. For the next app, I&#039;ll think about all this beforehand. Thanks !</description>
		<content:encoded><![CDATA[<p>I know the problem (parsing a large XML file with 15 k nodes). Since it feeds a ListView adapter it could be done on a background thread but I want to move on.. So eventually I created a Splash Activity using this : <a href="http://horribile.blogspot.com/2011/10/animated-splash.html" rel="nofollow">http://horribile.blogspot.com/2011/10/animated-splash.html</a><br />
The code is not totally kosher but it works fine for my purposes. For the next app, I&#8217;ll think about all this beforehand. Thanks !</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Android Splash Screens Done Right by Ian G. Clifton</title>
		<link>http://blog.iangclifton.com/2011/01/01/android-splash-screens-done-right/comment-page-1/#comment-1185</link>
		<dc:creator>Ian G. Clifton</dc:creator>
		<pubDate>Fri, 03 Feb 2012 04:58:39 +0000</pubDate>
		<guid isPermaLink="false">http://blog.iangclifton.com/?p=360#comment-1185</guid>
		<description>Take a look at this StackOverflow answer about Dialog animations: http://stackoverflow.com/questions/4817014/animate-a-custom-dialog/5591827#5591827</description>
		<content:encoded><![CDATA[<p>Take a look at this StackOverflow answer about Dialog animations: <a href="http://stackoverflow.com/questions/4817014/animate-a-custom-dialog/5591827#5591827" rel="nofollow">http://stackoverflow.com/questions/4817014/animate-a-custom-dialog/5591827#5591827</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Android Splash Screens Done Right by Sjoerd</title>
		<link>http://blog.iangclifton.com/2011/01/01/android-splash-screens-done-right/comment-page-1/#comment-1182</link>
		<dc:creator>Sjoerd</dc:creator>
		<pubDate>Wed, 01 Feb 2012 09:44:48 +0000</pubDate>
		<guid isPermaLink="false">http://blog.iangclifton.com/?p=360#comment-1182</guid>
		<description>Hi, 

I&#039;m using your code and it works like a charm, i&#039;m now trying to make an transition animation (fade-out) to the main screen. any idea how i can add that? the way&#039;s I&#039;ve tried are not working so far.

thnx</description>
		<content:encoded><![CDATA[<p>Hi, </p>
<p>I&#8217;m using your code and it works like a charm, i&#8217;m now trying to make an transition animation (fade-out) to the main screen. any idea how i can add that? the way&#8217;s I&#8217;ve tried are not working so far.</p>
<p>thnx</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Sending HTML Email With Android Intent by Janice</title>
		<link>http://blog.iangclifton.com/2010/05/17/sending-html-email-with-android-intent/comment-page-1/#comment-1181</link>
		<dc:creator>Janice</dc:creator>
		<pubDate>Wed, 01 Feb 2012 06:02:26 +0000</pubDate>
		<guid isPermaLink="false">http://blog.iangclifton.com/?p=216#comment-1181</guid>
		<description>Can someone post a screen shot of the open email form... with the html code in it... right before you hit SEND.

I&#039;ve tried a lot of code... including the code on this site.  Never sends any html... and the html doesn&#039;t even make it into the mail form.</description>
		<content:encoded><![CDATA[<p>Can someone post a screen shot of the open email form&#8230; with the html code in it&#8230; right before you hit SEND.</p>
<p>I&#8217;ve tried a lot of code&#8230; including the code on this site.  Never sends any html&#8230; and the html doesn&#8217;t even make it into the mail form.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Android for Programmers: An App-Driven Approach by cliff2310</title>
		<link>http://blog.iangclifton.com/2011/10/23/android-for-programmers-an-app-driven-approach/comment-page-1/#comment-1172</link>
		<dc:creator>cliff2310</dc:creator>
		<pubDate>Sat, 28 Jan 2012 00:17:04 +0000</pubDate>
		<guid isPermaLink="false">http://blog.iangclifton.com/?p=506#comment-1172</guid>
		<description>Hi ian
I set it to 1.6 and it worked.  
Again thanks a bunch.
cliff</description>
		<content:encoded><![CDATA[<p>Hi ian<br />
I set it to 1.6 and it worked.<br />
Again thanks a bunch.<br />
cliff</p>
]]></content:encoded>
	</item>
</channel>
</rss>

