<?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 </title>
	<atom:link href="http://www.craiget.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.craiget.com</link>
	<description>In which I write mostly about programming and that sort of thing</description>
	<lastBuildDate>Thu, 12 Aug 2010 23:40:27 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>Comment on Some Tricky Things About Creating a High Scores List by Cyn</title>
		<link>http://www.craiget.com/2009/07/some-tricky-things-about-creating-a-high-scores-list/comment-page-1/#comment-1552</link>
		<dc:creator>Cyn</dc:creator>
		<pubDate>Thu, 12 Aug 2010 23:40:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.craigethomas.com/blog/?p=137#comment-1552</guid>
		<description>Hi Craig,

I am also looking into building a score list  into my existing app and future apps (I am concentrating on games). Your article has been v informative. Have you finished implementation =)?</description>
		<content:encoded><![CDATA[<p>Hi Craig,</p>
<p>I am also looking into building a score list  into my existing app and future apps (I am concentrating on games). Your article has been v informative. Have you finished implementation =)?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Collaborative Filtering in Clojure, First Try by Martin</title>
		<link>http://www.craiget.com/2010/06/collaborative-filtering-in-clojure-first-try/comment-page-1/#comment-1541</link>
		<dc:creator>Martin</dc:creator>
		<pubDate>Thu, 22 Jul 2010 10:13:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.craiget.com/?p=176#comment-1541</guid>
		<description>Thanks for writing the above. I am also trying to work through the book translating to Clojure as I go along.</description>
		<content:encoded><![CDATA[<p>Thanks for writing the above. I am also trying to work through the book translating to Clojure as I go along.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Extending Android&#8217;s Chronometer to get Elapsed Time by David Idol</title>
		<link>http://www.craiget.com/2009/06/extending-androids-chronometer-to-get-elapsed-time/comment-page-1/#comment-1525</link>
		<dc:creator>David Idol</dc:creator>
		<pubDate>Fri, 02 Jul 2010 15:35:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.craigethomas.com/blog/?p=125#comment-1525</guid>
		<description>Nevermind, I stupidly didn&#039;t realize Chronometer subclassed TextView already!</description>
		<content:encoded><![CDATA[<p>Nevermind, I stupidly didn&#8217;t realize Chronometer subclassed TextView already!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Extending Android&#8217;s Chronometer to get Elapsed Time by David Idol</title>
		<link>http://www.craiget.com/2009/06/extending-androids-chronometer-to-get-elapsed-time/comment-page-1/#comment-1522</link>
		<dc:creator>David Idol</dc:creator>
		<pubDate>Thu, 01 Jul 2010 22:48:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.craigethomas.com/blog/?p=125#comment-1522</guid>
		<description>Hey, I just found this from Google. Looks like a good implementation to me. If you want to have a visual timer on the screen (in a TextView for example) that updates in real-time (or close enough to real-time) would this still be the best way to go (say by calling your getMsElapsed() on a timer)? Or in this case would using a OnChronometerTickListener be better?</description>
		<content:encoded><![CDATA[<p>Hey, I just found this from Google. Looks like a good implementation to me. If you want to have a visual timer on the screen (in a TextView for example) that updates in real-time (or close enough to real-time) would this still be the best way to go (say by calling your getMsElapsed() on a timer)? Or in this case would using a OnChronometerTickListener be better?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Restyling Android ImageButtons by Luis</title>
		<link>http://www.craiget.com/2009/03/restyling-android-imagebuttons/comment-page-1/#comment-1508</link>
		<dc:creator>Luis</dc:creator>
		<pubDate>Fri, 25 Jun 2010 18:59:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.craigethomas.com/blog/?p=62#comment-1508</guid>
		<description>Hello,

Yes, I need 10 different charts, so I have to use 10 XML ... I&#039;ll keep trying ...

Thanks again for your help

Bye.</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>Yes, I need 10 different charts, so I have to use 10 XML &#8230; I&#8217;ll keep trying &#8230;</p>
<p>Thanks again for your help</p>
<p>Bye.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Restyling Android ImageButtons by craiget</title>
		<link>http://www.craiget.com/2009/03/restyling-android-imagebuttons/comment-page-1/#comment-1507</link>
		<dc:creator>craiget</dc:creator>
		<pubDate>Thu, 24 Jun 2010 19:32:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.craigethomas.com/blog/?p=62#comment-1507</guid>
		<description>Hm. Do you need 10 different graphics? Or are all your buttons using the same graphic?

If they are all the same, you just need the 1 XML file.

If they all use different graphics, you will need 10 XML files. I&#039;m not aware of a better way to do it, but there may be one..?</description>
		<content:encoded><![CDATA[<p>Hm. Do you need 10 different graphics? Or are all your buttons using the same graphic?</p>
<p>If they are all the same, you just need the 1 XML file.</p>
<p>If they all use different graphics, you will need 10 XML files. I&#8217;m not aware of a better way to do it, but there may be one..?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Restyling Android ImageButtons by Luis</title>
		<link>http://www.craiget.com/2009/03/restyling-android-imagebuttons/comment-page-1/#comment-1506</link>
		<dc:creator>Luis</dc:creator>
		<pubDate>Thu, 24 Jun 2010 19:05:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.craigethomas.com/blog/?p=62#comment-1506</guid>
		<description>Hello

Sorry to revive this thread but if I need to use in ten ImageButtons, I must create ten files xml? It&#039;s possible to create in just one file?

Thank you for your attention</description>
		<content:encoded><![CDATA[<p>Hello</p>
<p>Sorry to revive this thread but if I need to use in ten ImageButtons, I must create ten files xml? It&#8217;s possible to create in just one file?</p>
<p>Thank you for your attention</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Is AdMob worth it? Maybe.. by craiget</title>
		<link>http://www.craiget.com/2010/06/is-admob-worth-it-maybe/comment-page-1/#comment-1438</link>
		<dc:creator>craiget</dc:creator>
		<pubDate>Wed, 02 Jun 2010 17:54:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.craiget.com/?p=173#comment-1438</guid>
		<description>Hi Heather, more info about the approval time is on this page: &lt;a href=&quot;http://helpcenter.admob.com/content/create-ad&quot; rel=&quot;nofollow&quot;&gt;Creating a new Ad&lt;/a&gt; under Section 4. I&#039;m not sure whether the &quot;one business day&quot; always applies in practice, but both my ads took roughly a day to approve. I assume this is mostly to prevent showing ads that are deemed inappropriate.</description>
		<content:encoded><![CDATA[<p>Hi Heather, more info about the approval time is on this page: <a href="http://helpcenter.admob.com/content/create-ad" rel="nofollow">Creating a new Ad</a> under Section 4. I&#8217;m not sure whether the &#8220;one business day&#8221; always applies in practice, but both my ads took roughly a day to approve. I assume this is mostly to prevent showing ads that are deemed inappropriate.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Is AdMob worth it? Maybe.. by Heather</title>
		<link>http://www.craiget.com/2010/06/is-admob-worth-it-maybe/comment-page-1/#comment-1437</link>
		<dc:creator>Heather</dc:creator>
		<pubDate>Wed, 02 Jun 2010 15:44:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.craiget.com/?p=173#comment-1437</guid>
		<description>Great post. Curious-you mentioned &quot;24-hour ish&quot; approval time. Is there any indication that was just for the first time? Any thoughts on the Google acquisition?</description>
		<content:encoded><![CDATA[<p>Great post. Curious-you mentioned &#8220;24-hour ish&#8221; approval time. Is there any indication that was just for the first time? Any thoughts on the Google acquisition?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Getting your stats from the Android Marketplace with PHP/cURL by illiterate</title>
		<link>http://www.craiget.com/2009/05/getting-your-stats-from-the-android-marketplace-with-phpcurl/comment-page-1/#comment-1010</link>
		<dc:creator>illiterate</dc:creator>
		<pubDate>Mon, 22 Mar 2010 13:16:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.craigethomas.com/blog/?p=111#comment-1010</guid>
		<description>hi im trying to run your script but i get the follow error:
HTTP method GET is not supported by this URL
Error 405
Can u help me?How can i solve it?
thanks
bye</description>
		<content:encoded><![CDATA[<p>hi im trying to run your script but i get the follow error:<br />
HTTP method GET is not supported by this URL<br />
Error 405<br />
Can u help me?How can i solve it?<br />
thanks<br />
bye</p>
]]></content:encoded>
	</item>
</channel>
</rss>
