<?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 Cogitas Blog</title>
	<atom:link href="http://cogitas.net/blog/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://cogitas.net/blog</link>
	<description>Web design and programming blog</description>
	<lastBuildDate>Wed, 10 Aug 2011 18:48:12 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Linkify your Android TextView by Anil</title>
		<link>http://cogitas.net/blog/2011/01/05/linkify-your-android-textview/comment-page-1/#comment-924</link>
		<dc:creator>Anil</dc:creator>
		<pubDate>Wed, 10 Aug 2011 18:48:12 +0000</pubDate>
		<guid isPermaLink="false">http://cogitas.net/blog/?p=401#comment-924</guid>
		<description>Thanks a lot for this great tutorial. This was a big help. Have one question though, is it possible to make a hyperlink to not do anything at all, when clicked. When the hyperlink is clicked it should just stay at the same activity, with the clicked text being highlighted. Please email answer to my email address.

Thanks</description>
		<content:encoded><![CDATA[<p>Thanks a lot for this great tutorial. This was a big help. Have one question though, is it possible to make a hyperlink to not do anything at all, when clicked. When the hyperlink is clicked it should just stay at the same activity, with the clicked text being highlighted. Please email answer to my email address.</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on New Google AdSense interface not working with Google Chrome? by Greg</title>
		<link>http://cogitas.net/blog/2010/11/22/new-google-adsense-interface-not-working-with-google-chrome/comment-page-1/#comment-908</link>
		<dc:creator>Greg</dc:creator>
		<pubDate>Mon, 11 Jul 2011 00:26:23 +0000</pubDate>
		<guid isPermaLink="false">http://cogitas.net/blog/?p=290#comment-908</guid>
		<description>I&#039;m having the same issue with Win7</description>
		<content:encoded><![CDATA[<p>I&#8217;m having the same issue with Win7</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on onClick tip for Android views by Nat</title>
		<link>http://cogitas.net/blog/2010/12/03/onclick-tip-for-android-views/comment-page-1/#comment-903</link>
		<dc:creator>Nat</dc:creator>
		<pubDate>Sun, 03 Jul 2011 18:17:54 +0000</pubDate>
		<guid isPermaLink="false">http://cogitas.net/blog/?p=328#comment-903</guid>
		<description>@Lenn: Actually, you are wrong. You should do android:onClick=&quot;quitgame&quot; and not android:onClick=&quot;quitgame()&quot; to call the quitgame() method in your code (see http://developer.android.com/resources/articles/ui-1.6.html )</description>
		<content:encoded><![CDATA[<p>@Lenn: Actually, you are wrong. You should do android:onClick=&#8221;quitgame&#8221; and not android:onClick=&#8221;quitgame()&#8221; to call the quitgame() method in your code (see <a href="http://developer.android.com/resources/articles/ui-1.6.html" rel="nofollow">http://developer.android.com/resources/articles/ui-1.6.html</a> )</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on When are Google Android developer console stats updated? by Nat</title>
		<link>http://cogitas.net/blog/2010/12/07/when-are-google-android-developer-console-stats-updated/comment-page-1/#comment-902</link>
		<dc:creator>Nat</dc:creator>
		<pubDate>Sun, 03 Jul 2011 18:13:46 +0000</pubDate>
		<guid isPermaLink="false">http://cogitas.net/blog/?p=351#comment-902</guid>
		<description>@XdebugX: You don&#039;t need to update or unpublish an app to change the description: just click on it in your dev console, change the description and then click &quot;save&quot;. Changes are shown within minutes on the market, though sometimes they take up a little longer (no more than a few hours) to be shown on the web market (I guess the web market might use more caching, or perhaps it was my own browser&#039;s caching at play).</description>
		<content:encoded><![CDATA[<p>@XdebugX: You don&#8217;t need to update or unpublish an app to change the description: just click on it in your dev console, change the description and then click &#8220;save&#8221;. Changes are shown within minutes on the market, though sometimes they take up a little longer (no more than a few hours) to be shown on the web market (I guess the web market might use more caching, or perhaps it was my own browser&#8217;s caching at play).</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on When are Google Android developer console stats updated? by XdebugX</title>
		<link>http://cogitas.net/blog/2010/12/07/when-are-google-android-developer-console-stats-updated/comment-page-1/#comment-901</link>
		<dc:creator>XdebugX</dc:creator>
		<pubDate>Sat, 02 Jul 2011 23:53:46 +0000</pubDate>
		<guid isPermaLink="false">http://cogitas.net/blog/?p=351#comment-901</guid>
		<description>Do you know how long it takes from when you change or update the description of an app to it is updated in the market?  And do you have to release a new update for the description to update. Should you unpublish the app, update the description, then publish it again?</description>
		<content:encoded><![CDATA[<p>Do you know how long it takes from when you change or update the description of an app to it is updated in the market?  And do you have to release a new update for the description to update. Should you unpublish the app, update the description, then publish it again?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on onClick tip for Android views by Lenn Dolling</title>
		<link>http://cogitas.net/blog/2010/12/03/onclick-tip-for-android-views/comment-page-1/#comment-894</link>
		<dc:creator>Lenn Dolling</dc:creator>
		<pubDate>Mon, 20 Jun 2011 01:57:42 +0000</pubDate>
		<guid isPermaLink="false">http://cogitas.net/blog/?p=328#comment-894</guid>
		<description>ohh a good tip is to make sure you do one of these

android:onClick=&quot;quitgame()&quot;

and not

android:onClick=&quot;quitgame&quot;

 for a quitegame procedure that you want to fire off for example.

whoo hoo!  Just releasing android game today.  Vancouver Riots The Game</description>
		<content:encoded><![CDATA[<p>ohh a good tip is to make sure you do one of these</p>
<p>android:onClick=&#8221;quitgame()&#8221;</p>
<p>and not</p>
<p>android:onClick=&#8221;quitgame&#8221;</p>
<p> for a quitegame procedure that you want to fire off for example.</p>
<p>whoo hoo!  Just releasing android game today.  Vancouver Riots The Game</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Fibonacci sequence in Common Lisp &#8211; the power of Lisp recursion by Ralph Corderoy</title>
		<link>http://cogitas.net/blog/2011/04/15/fibonacci-sequence-in-common-lisp-the-power-of-lisp-recursion/comment-page-1/#comment-868</link>
		<dc:creator>Ralph Corderoy</dc:creator>
		<pubDate>Sat, 16 Apr 2011 11:06:23 +0000</pubDate>
		<guid isPermaLink="false">http://cogitas.net/blog/?p=467#comment-868</guid>
		<description>Similar in dc(1), just for fun.  It too uses recursion, and slows as N increases.   dc -e &#039;[q]sq[d0=qd1=qd1-lfxr2-lfx+]sf?lfxp&#039; &lt;&lt;&lt;13</description>
		<content:encoded><![CDATA[<p>Similar in dc(1), just for fun.  It too uses recursion, and slows as N increases.   dc -e &#8216;[q]sq[d0=qd1=qd1-lfxr2-lfx+]sf?lfxp&#8217; &lt;&lt;&lt;13</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Parsing XML in Android by Parsing XML in Android</title>
		<link>http://cogitas.net/blog/2011/03/17/parsing-xml-in-android/comment-page-1/#comment-852</link>
		<dc:creator>Parsing XML in Android</dc:creator>
		<pubDate>Thu, 17 Mar 2011 12:12:01 +0000</pubDate>
		<guid isPermaLink="false">http://cogitas.net/blog/?p=448#comment-852</guid>
		<description>[...] your own purposes. General app set-up: I suggest you create a separate class to handle all your... [full post]    Nat     Cogitas Blog   google androidandroidxml            0        0        0        0        0 [...]</description>
		<content:encoded><![CDATA[<p>[...] your own purposes. General app set-up: I suggest you create a separate class to handle all your&#8230; [full post]    Nat     Cogitas Blog   google androidandroidxml            0        0        0        0        0 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Power saving tips for Android and other smartphones by Power saving tips for Android and other smartphones</title>
		<link>http://cogitas.net/blog/2011/03/16/power-saving-tips-for-android-and-other-smartphones/comment-page-1/#comment-850</link>
		<dc:creator>Power saving tips for Android and other smartphones</dc:creator>
		<pubDate>Wed, 16 Mar 2011 17:39:49 +0000</pubDate>
		<guid isPermaLink="false">http://cogitas.net/blog/?p=446#comment-850</guid>
		<description>[...] whole day, particularly if it&#8217;s a long busy day away from home/the office? Disable Wi-Fi:... [full post]    Nat     Cogitas Blog   google androidsmartphonetip            0        0        0        0       [...]</description>
		<content:encoded><![CDATA[<p>[...] whole day, particularly if it&#8217;s a long busy day away from home/the office? Disable Wi-Fi:&#8230; [full post]    Nat     Cogitas Blog   google androidsmartphonetip            0        0        0        0       [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Use a colors.xml file to create consistent Android layouts by Use a colors.xml file to create consistent Android layouts</title>
		<link>http://cogitas.net/blog/2011/03/07/use-a-colors-xml-file-to-create-consistent-android-layouts/comment-page-1/#comment-846</link>
		<dc:creator>Use a colors.xml file to create consistent Android layouts</dc:creator>
		<pubDate>Mon, 07 Mar 2011 11:38:44 +0000</pubDate>
		<guid isPermaLink="false">http://cogitas.net/blog/?p=442#comment-846</guid>
		<description>[...] a complex app, there is high risk of inconsistent colours throughout your app so the best way is... [full post]    Nat     Cogitas Blog   google androidandroidcolorlayouts            0        0        0        0 [...]</description>
		<content:encoded><![CDATA[<p>[...] a complex app, there is high risk of inconsistent colours throughout your app so the best way is&#8230; [full post]    Nat     Cogitas Blog   google androidandroidcolorlayouts            0        0        0        0 [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

