<?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/" version="2.0">

<channel>
	<title>Java tips for coders, by coders</title>
	
	<link>http://www.codercorp.com/blog</link>
	<description>Everything java</description>
	<lastBuildDate>Thu, 20 Oct 2011 10:33:39 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/JavaTipsForCodersByCoders" /><feedburner:info xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" uri="javatipsforcodersbycoders" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Eclipse indigo upgrade causes missing builder errors</title>
		<link>http://www.codercorp.com/blog/spring/eclipse-indigo-upgrade-causes-missing-builder-errors.html</link>
		<comments>http://www.codercorp.com/blog/spring/eclipse-indigo-upgrade-causes-missing-builder-errors.html#comments</comments>
		<pubDate>Thu, 20 Oct 2011 10:24:21 +0000</pubDate>
		<dc:creator>Gaurav Arora</dc:creator>
				<category><![CDATA[Spring]]></category>
		<category><![CDATA[eclipse]]></category>

		<guid isPermaLink="false">http://www.codercorp.com/blog/?p=359</guid>
		<description><![CDATA[It&#8217;s frustrating to find all your settings gone when you upgrade eclipse versions and if you&#8217;re pedantic about certain settings (like I am) it can take you almost an entire day to upgrade versions (with everything working just the way you like it). With Indigo, fortunately, none of the manual settings were necessary. There was [...]]]></description>
		<wfw:commentRss>http://www.codercorp.com/blog/spring/eclipse-indigo-upgrade-causes-missing-builder-errors.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ProgressDialog setMax throws NullPointerException</title>
		<link>http://www.codercorp.com/blog/android/progressdialog-setmax-throws-nullpointerexception.html</link>
		<comments>http://www.codercorp.com/blog/android/progressdialog-setmax-throws-nullpointerexception.html#comments</comments>
		<pubDate>Wed, 20 Jul 2011 17:44:10 +0000</pubDate>
		<dc:creator>Gaurav Arora</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[ProgressDialog]]></category>

		<guid isPermaLink="false">http://www.codercorp.com/blog/?p=353</guid>
		<description><![CDATA[I am unwell and stuck at home so I decided to dive into my Android app (a new one this time!). I wanted to perform some tasks that could be long running (doubtfully but why freeze the UI thread ever). I want to show a ProgressDialog here but it doesn&#8217;t work with the static factory [...]]]></description>
		<wfw:commentRss>http://www.codercorp.com/blog/android/progressdialog-setmax-throws-nullpointerexception.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Android: Progress dialog in a ListActivity using ListView</title>
		<link>http://www.codercorp.com/blog/android/android-progress-dialog-in-a-listactivity-using-listview.html</link>
		<comments>http://www.codercorp.com/blog/android/android-progress-dialog-in-a-listactivity-using-listview.html#comments</comments>
		<pubDate>Sun, 29 May 2011 11:03:54 +0000</pubDate>
		<dc:creator>Gaurav Arora</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[ListActivity]]></category>
		<category><![CDATA[listview]]></category>
		<category><![CDATA[ProgressDialog]]></category>

		<guid isPermaLink="false">http://www.codercorp.com/blog/?p=348</guid>
		<description><![CDATA[I woke up today morning all charged up to work on my app again (barely slept yesterday). The fist thing I wanted to do was to add a progress dialog to my applications list activity. The activity isn&#8217;t time consuming (not much anyway) but you don&#8217;t want the UI to be unresponsive, gives a bad [...]]]></description>
		<wfw:commentRss>http://www.codercorp.com/blog/android/android-progress-dialog-in-a-listactivity-using-listview.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Android: Two Line ListView with custom data</title>
		<link>http://www.codercorp.com/blog/android/android-two-line-listview-with-custom-data.html</link>
		<comments>http://www.codercorp.com/blog/android/android-two-line-listview-with-custom-data.html#comments</comments>
		<pubDate>Sat, 28 May 2011 20:34:56 +0000</pubDate>
		<dc:creator>Gaurav Arora</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[arrayadapter]]></category>
		<category><![CDATA[baseadapter]]></category>
		<category><![CDATA[listadapter]]></category>
		<category><![CDATA[listview]]></category>

		<guid isPermaLink="false">http://www.codercorp.com/blog/?p=338</guid>
		<description><![CDATA[After spending two weekends reading up on the SDK and in general playing with my new Google Nexus S, I finally decided to get my feet wet. Downloading the SDK wasn&#8217;t really a breeze because the data size is large and with my crappy internet it took forever. When I finally got to writing code, [...]]]></description>
		<wfw:commentRss>http://www.codercorp.com/blog/android/android-two-line-listview-with-custom-data.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Version &amp; build timestamp in Manifest with maven</title>
		<link>http://www.codercorp.com/blog/maven/version-build-timestamp-in-manifest-with-maven.html</link>
		<comments>http://www.codercorp.com/blog/maven/version-build-timestamp-in-manifest-with-maven.html#comments</comments>
		<pubDate>Sat, 28 May 2011 06:20:42 +0000</pubDate>
		<dc:creator>Gaurav Arora</dc:creator>
				<category><![CDATA[Maven]]></category>
		<category><![CDATA[jar]]></category>
		<category><![CDATA[manifest]]></category>
		<category><![CDATA[maven]]></category>
		<category><![CDATA[pom]]></category>

		<guid isPermaLink="false">http://www.codercorp.com/blog/?p=335</guid>
		<description><![CDATA[I blogged about reading a jar&#8217;s manifest file recently but what use is reading a manifest unless it contains something useful. In a development environment where we are constantly pushing SNAPSHOT&#8217;s to others, it helps to know what version of your code base others are using in order to debug problems. Two properties here are [...]]]></description>
		<wfw:commentRss>http://www.codercorp.com/blog/maven/version-build-timestamp-in-manifest-with-maven.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Android: Emulator troubles as a newbie</title>
		<link>http://www.codercorp.com/blog/android/android-emulator-troubles-as-a-newbie.html</link>
		<comments>http://www.codercorp.com/blog/android/android-emulator-troubles-as-a-newbie.html#comments</comments>
		<pubDate>Sat, 28 May 2011 04:40:16 +0000</pubDate>
		<dc:creator>Gaurav Arora</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[emulator]]></category>

		<guid isPermaLink="false">http://www.codercorp.com/blog/?p=344</guid>
		<description><![CDATA[I just started developing an app to try my hand at Android SDK. The first problem I ran across was that the HellowWorld android app part of the exercise on the SDK site wouldn&#8217;t deploy. I kept getting, &#8220;Failed to install HelloAndroid.apk on device &#8216;emulator-5554! &#8220;. And I kept restarting the emulator. This was a [...]]]></description>
		<wfw:commentRss>http://www.codercorp.com/blog/android/android-emulator-troubles-as-a-newbie.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Reading a single jar’s manifest file</title>
		<link>http://www.codercorp.com/blog/java/reading-a-single-jars-manifest-file.html</link>
		<comments>http://www.codercorp.com/blog/java/reading-a-single-jars-manifest-file.html#comments</comments>
		<pubDate>Thu, 26 May 2011 06:11:41 +0000</pubDate>
		<dc:creator>Gaurav Arora</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[manifest]]></category>

		<guid isPermaLink="false">http://www.codercorp.com/blog/?p=327</guid>
		<description><![CDATA[At work, we have multiple libraries that provide us with small small functionalities. This design keeps things simple and makes code sharing easy. But it also has it&#8217;s own set of problems. In very large projects where there are multiple branches and complicated dependencies, it&#8217;s impossible to ask customers to provide you with jar versions. [...]]]></description>
		<wfw:commentRss>http://www.codercorp.com/blog/java/reading-a-single-jars-manifest-file.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Setting look and feel in griffon application</title>
		<link>http://www.codercorp.com/blog/groovy/setting-look-and-feel-in-griffon-application.html</link>
		<comments>http://www.codercorp.com/blog/groovy/setting-look-and-feel-in-griffon-application.html#comments</comments>
		<pubDate>Fri, 19 Nov 2010 15:22:48 +0000</pubDate>
		<dc:creator>Gaurav Arora</dc:creator>
				<category><![CDATA[Groovy]]></category>
		<category><![CDATA[griffon]]></category>
		<category><![CDATA[groovy]]></category>

		<guid isPermaLink="false">http://www.codercorp.com/blog/?p=323</guid>
		<description><![CDATA[I&#8217;ve been playing around with Griffon lately and I must say I am very impressed. The more I use it, the more I go, &#8220;Why didn&#8217;t someone bring mvc development to Swing before?&#8221; Perhaps they did. I wasn&#8217;t rally paying attention to Swing for the last 5 years or so because I there was just [...]]]></description>
		<wfw:commentRss>http://www.codercorp.com/blog/groovy/setting-look-and-feel-in-griffon-application.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cyclic spinner with Groovy’s SwingBuilder</title>
		<link>http://www.codercorp.com/blog/groovy/cyclic-spinner-with-groovys-swingbuilder.html</link>
		<comments>http://www.codercorp.com/blog/groovy/cyclic-spinner-with-groovys-swingbuilder.html#comments</comments>
		<pubDate>Wed, 06 Oct 2010 16:23:32 +0000</pubDate>
		<dc:creator>Gaurav Arora</dc:creator>
				<category><![CDATA[Groovy]]></category>
		<category><![CDATA[groovy]]></category>
		<category><![CDATA[jspinner]]></category>
		<category><![CDATA[spinner]]></category>
		<category><![CDATA[swingbuilder]]></category>

		<guid isPermaLink="false">http://www.codercorp.com/blog/?p=313</guid>
		<description><![CDATA[I was playing around with Groovy&#8217;s SwingBuilder and decided to use the spinner for some odd reason. I couldn&#8217;t find a groovy implementation of a cyclic spinner so I wrote my own. Just fire up groovy console and run this code to see how it works. Suggestions are always welcome especially in this case since [...]]]></description>
		<wfw:commentRss>http://www.codercorp.com/blog/groovy/cyclic-spinner-with-groovys-swingbuilder.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Groovy file magic with AntBuilder</title>
		<link>http://www.codercorp.com/blog/groovy/groovy-file-magic-with-antbuilder.html</link>
		<comments>http://www.codercorp.com/blog/groovy/groovy-file-magic-with-antbuilder.html#comments</comments>
		<pubDate>Fri, 03 Sep 2010 06:03:04 +0000</pubDate>
		<dc:creator>Gaurav Arora</dc:creator>
				<category><![CDATA[Groovy]]></category>
		<category><![CDATA[antbuilder]]></category>
		<category><![CDATA[groovy]]></category>

		<guid isPermaLink="false">http://www.codercorp.com/blog/?p=304</guid>
		<description><![CDATA[The more I work with groovy the more I like it. While my love for groovy is best left for another post, I did spend quite a bit of time figuring out how to copy files from one directory to another using groovy&#8217;s build in AntBuilder. I figured i&#8217;d post my list of AntBuilder tsks [...]]]></description>
		<wfw:commentRss>http://www.codercorp.com/blog/groovy/groovy-file-magic-with-antbuilder.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

