<?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>Cogitas Blog &#187; java</title>
	<atom:link href="http://cogitas.net/blog/tag/java/feed/" rel="self" type="application/rss+xml" />
	<link>http://cogitas.net/blog</link>
	<description>Web design and programming blog</description>
	<lastBuildDate>Fri, 15 Apr 2011 19:41:38 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>onClick tip for Android views</title>
		<link>http://cogitas.net/blog/2010/12/03/onclick-tip-for-android-views/</link>
		<comments>http://cogitas.net/blog/2010/12/03/onclick-tip-for-android-views/#comments</comments>
		<pubDate>Fri, 03 Dec 2010 17:07:53 +0000</pubDate>
		<dc:creator>Nat</dc:creator>
				<category><![CDATA[google android]]></category>
		<category><![CDATA[event]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[View]]></category>
		<category><![CDATA[XML]]></category>

		<guid isPermaLink="false">http://cogitas.net/blog/?p=328</guid>
		<description><![CDATA[If the code below for handling your Android clicks looks familiar

findViewById(R.id.myButton).setOnClickListener(new View.OnClickListener() {
    public void onClick(View v) {
        /**do stuff**/
    }
});

it&#8217;s time to introduce you to android:onClick attribute.

Since Android v1.6, you can specify an onClick attribute in your XML layout, as below:

android:onClick="onClickHandler"

The [...]]]></description>
		<wfw:commentRss>http://cogitas.net/blog/2010/12/03/onclick-tip-for-android-views/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>The problem with learning a new language</title>
		<link>http://cogitas.net/blog/2010/11/18/the-problem-with-learning-a-new-language/</link>
		<comments>http://cogitas.net/blog/2010/11/18/the-problem-with-learning-a-new-language/#comments</comments>
		<pubDate>Thu, 18 Nov 2010 08:08:11 +0000</pubDate>
		<dc:creator>Nat</dc:creator>
				<category><![CDATA[programming languages]]></category>
		<category><![CDATA[c++]]></category>
		<category><![CDATA[Go]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[language]]></category>
		<category><![CDATA[Perl]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[ruby]]></category>

		<guid isPermaLink="false">http://cogitas.net/blog/?p=271</guid>
		<description><![CDATA[Like many programmers, I know the basics in a few languages (php, perl, python, ruby, javascript, C++, Go). However, I only know one language well (Java). By &#8220;well&#8221;, I don&#8217;t mean &#8220;perfectly&#8221; or even &#8220;near perfectly&#8221;, I mean &#8220;well&#8221;. I have a good grasp of its core concepts and I know how to find and [...]]]></description>
		<wfw:commentRss>http://cogitas.net/blog/2010/11/18/the-problem-with-learning-a-new-language/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Donationware desktop Planning Tool coming soon</title>
		<link>http://cogitas.net/blog/2010/07/12/donationware-desktop-planning-tool-coming-soon/</link>
		<comments>http://cogitas.net/blog/2010/07/12/donationware-desktop-planning-tool-coming-soon/#comments</comments>
		<pubDate>Mon, 12 Jul 2010 16:55:13 +0000</pubDate>
		<dc:creator>Nat</dc:creator>
				<category><![CDATA[programming]]></category>
		<category><![CDATA[desktop app]]></category>
		<category><![CDATA[donationware]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[planning]]></category>

		<guid isPermaLink="false">http://cogitas.net/blog/?p=135</guid>
		<description><![CDATA[I&#8217;m working on a planning desktop app loosely based on Steve Pavlina&#8217;s The Meaning Of Life: From Purpose To Action associated with a calendar.
The app is developed in Java so it will be cross-platform and I plan to release it as donationware (eg it will be free but I will ask you to consider making [...]]]></description>
		<wfw:commentRss>http://cogitas.net/blog/2010/07/12/donationware-desktop-planning-tool-coming-soon/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Why I love programming&#8230;</title>
		<link>http://cogitas.net/blog/2010/06/27/why-i-love-programming/</link>
		<comments>http://cogitas.net/blog/2010/06/27/why-i-love-programming/#comments</comments>
		<pubDate>Sun, 27 Jun 2010 15:45:51 +0000</pubDate>
		<dc:creator>Nat</dc:creator>
				<category><![CDATA[random]]></category>
		<category><![CDATA[amstrad]]></category>
		<category><![CDATA[basic]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[google android]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[inspiration]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[Perl]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://cogitas.net/blog/?p=121</guid>
		<description><![CDATA[After reading Stephen&#8217;s post Why I love programming!, I got inspired to write down my own reasons for loving programming.
Firstly, I will quote Stephen here, because he said it very well: &#8220;[...] a desire to create! To keep learning! It&#8217;s fun, To make the world a better place!&#8221;

My mother got a computer when I was [...]]]></description>
		<wfw:commentRss>http://cogitas.net/blog/2010/06/27/why-i-love-programming/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The power of XML?</title>
		<link>http://cogitas.net/blog/2010/04/26/the-power-of-xml/</link>
		<comments>http://cogitas.net/blog/2010/04/26/the-power-of-xml/#comments</comments>
		<pubDate>Mon, 26 Apr 2010 17:17:03 +0000</pubDate>
		<dc:creator>Nat</dc:creator>
				<category><![CDATA[programming]]></category>
		<category><![CDATA[google android]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[RSS Reader]]></category>
		<category><![CDATA[SAX]]></category>
		<category><![CDATA[XML]]></category>

		<guid isPermaLink="false">http://cogitas.net/blog/?p=32</guid>
		<description><![CDATA[My next Google Android app will be a RSS Reader and naturally, I have to brush up on my XML knowledge so I have picked up the excellent Java and XML (aff.) book and I have to say, this convinces me that XML is the way to go for what will be my first desktop [...]]]></description>
		<wfw:commentRss>http://cogitas.net/blog/2010/04/26/the-power-of-xml/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Programming and web development tools &#8211; too much reliance on Google?</title>
		<link>http://cogitas.net/blog/2010/04/11/programming-and-web-development-tools-too-much-reliance-on-google/</link>
		<comments>http://cogitas.net/blog/2010/04/11/programming-and-web-development-tools-too-much-reliance-on-google/#comments</comments>
		<pubDate>Sun, 11 Apr 2010 20:14:59 +0000</pubDate>
		<dc:creator>Nat</dc:creator>
				<category><![CDATA[programming]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[google android]]></category>
		<category><![CDATA[google app engine]]></category>
		<category><![CDATA[google I/O]]></category>
		<category><![CDATA[google maps]]></category>
		<category><![CDATA[google web toolkit]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://cogitas.net/blog/2010/04/11/programming-and-web-development-tools-too-much-reliance-on-google/</guid>
		<description><![CDATA[Over the least couple of years, the rise of Google in the field of programming and web development tools has been quite spectacular.
Google Android is gaining ground in the smart mobile phone market, Google App Engine and Google Web Toolkit are helping Java and Python programmers develop web apps, Google has established its annual conference [...]]]></description>
		<wfw:commentRss>http://cogitas.net/blog/2010/04/11/programming-and-web-development-tools-too-much-reliance-on-google/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>(When) Should I learn another programming language?</title>
		<link>http://cogitas.net/blog/2010/03/23/when-should-i-learn-another-programming-language/</link>
		<comments>http://cogitas.net/blog/2010/03/23/when-should-i-learn-another-programming-language/#comments</comments>
		<pubDate>Tue, 23 Mar 2010 22:01:29 +0000</pubDate>
		<dc:creator>Nat</dc:creator>
				<category><![CDATA[programming languages]]></category>
		<category><![CDATA[amstrad]]></category>
		<category><![CDATA[basic]]></category>
		<category><![CDATA[c++]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[scala]]></category>
		<category><![CDATA[smalltalk]]></category>

		<guid isPermaLink="false">http://cogitas.net/blog/?p=18</guid>
		<description><![CDATA[Every few weeks, I come across a programming article/blog post/project/forum debate etc that gets me excited about another programming language. I maintain a list of languages I&#8217;d like to learn, a list of applications I&#8217;d like to do, a list of skills I&#8217;d like to develop.
Every so often, I ask myself if I should start [...]]]></description>
		<wfw:commentRss>http://cogitas.net/blog/2010/03/23/when-should-i-learn-another-programming-language/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Six months of Google Android development</title>
		<link>http://cogitas.net/blog/2010/03/14/six-months-of-google-android-development/</link>
		<comments>http://cogitas.net/blog/2010/03/14/six-months-of-google-android-development/#comments</comments>
		<pubDate>Sun, 14 Mar 2010 19:57:13 +0000</pubDate>
		<dc:creator>Nat</dc:creator>
				<category><![CDATA[google android]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://cogitas.net/blog/?p=15</guid>
		<description><![CDATA[In August 2009, I started work on my first Google Android app. By mid-August, the app was finished and published on the Google Android market. This was the appeal of Google Android to me. No waiting for somebody to approve my app but let the market decide. No new programming language to learn (you use [...]]]></description>
		<wfw:commentRss>http://cogitas.net/blog/2010/03/14/six-months-of-google-android-development/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
	</channel>
</rss>

