<?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/"
	xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments for Kah - The Developer</title>
	<atom:link href="http://kahdev.wordpress.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://kahdev.wordpress.com</link>
	<description>The world of development ...</description>
	<lastBuildDate>Sun, 25 Oct 2009 12:42:27 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Display Progress Bar After A Dialog In Android by kahgoh</title>
		<link>http://kahdev.wordpress.com/2008/07/01/display-progress-bar-after-a-dialog-in-android/#comment-182</link>
		<dc:creator>kahgoh</dc:creator>
		<pubDate>Sun, 25 Oct 2009 12:42:27 +0000</pubDate>
		<guid isPermaLink="false">http://kahdev.wordpress.com/?p=9#comment-182</guid>
		<description>Hi,

The &lt;strong&gt;ShowProgress&lt;/strong&gt; (this is already listed above!) class is actually the listener. You can tell because it implements the &lt;strong&gt;OnClickListener&lt;/strong&gt; interface.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>The <strong>ShowProgress</strong> (this is already listed above!) class is actually the listener. You can tell because it implements the <strong>OnClickListener</strong> interface.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Display Progress Bar After A Dialog In Android by ohnoezitasploded</title>
		<link>http://kahdev.wordpress.com/2008/07/01/display-progress-bar-after-a-dialog-in-android/#comment-181</link>
		<dc:creator>ohnoezitasploded</dc:creator>
		<pubDate>Sun, 25 Oct 2009 04:11:26 +0000</pubDate>
		<guid isPermaLink="false">http://kahdev.wordpress.com/?p=9#comment-181</guid>
		<description>I&#039;m lost on the line:
builder.setPositiveButton(&quot;Progress&quot;, listener);

Where is listener in the code?  I&#039;m new at this so maybe if there was a complete set of code I could download I could understand this.

Thanks!</description>
		<content:encoded><![CDATA[<p>I&#8217;m lost on the line:<br />
builder.setPositiveButton(&#8220;Progress&#8221;, listener);</p>
<p>Where is listener in the code?  I&#8217;m new at this so maybe if there was a complete set of code I could download I could understand this.</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Display Progress Bar After A Dialog In Android by sheff</title>
		<link>http://kahdev.wordpress.com/2008/07/01/display-progress-bar-after-a-dialog-in-android/#comment-180</link>
		<dc:creator>sheff</dc:creator>
		<pubDate>Tue, 20 Oct 2009 17:41:16 +0000</pubDate>
		<guid isPermaLink="false">http://kahdev.wordpress.com/?p=9#comment-180</guid>
		<description>Hi. It is very useful post. Thank you.</description>
		<content:encoded><![CDATA[<p>Hi. It is very useful post. Thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Building a Menu for your Android (V1.0 R1) App by KamoBagula.com &#187; Blog Archive &#187; How to build menus in Android</title>
		<link>http://kahdev.wordpress.com/2008/11/25/building-a-menu-for-your-android-v10-r1-app/#comment-179</link>
		<dc:creator>KamoBagula.com &#187; Blog Archive &#187; How to build menus in Android</dc:creator>
		<pubDate>Fri, 25 Sep 2009 12:04:09 +0000</pubDate>
		<guid isPermaLink="false">http://kahdev.wordpress.com/?p=77#comment-179</guid>
		<description>[...] to build menus in Android. These articles also helped me to learn some more about the Android SDK. Simple Menus  September 25th, 2009 in [...]</description>
		<content:encoded><![CDATA[<p>[...] to build menus in Android. These articles also helped me to learn some more about the Android SDK. Simple Menus  September 25th, 2009 in [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Changing the Ubuntu Boot Screen by George</title>
		<link>http://kahdev.wordpress.com/2008/07/19/changing-the-ubuntu-boot-screen/#comment-178</link>
		<dc:creator>George</dc:creator>
		<pubDate>Wed, 16 Sep 2009 17:45:14 +0000</pubDate>
		<guid isPermaLink="false">http://kahdev.wordpress.com/?p=12#comment-178</guid>
		<description>thank very very very much</description>
		<content:encoded><![CDATA[<p>thank very very very much</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Defining a Context Menu for your View by kahgoh</title>
		<link>http://kahdev.wordpress.com/2008/12/10/android-defining-a-context-menu-for-your-view/#comment-175</link>
		<dc:creator>kahgoh</dc:creator>
		<pubDate>Fri, 14 Aug 2009 10:42:19 +0000</pubDate>
		<guid isPermaLink="false">http://kahdev.wordpress.com/?p=85#comment-175</guid>
		<description>Hi,

I think this problem is arising because I create those source files using an older version of the SDK. I&#039;m assuming you are using Eclipse. In any case, try the following:

1) Right click on the project and then navigate like this &lt;strong&gt;properties&lt;/strong&gt; -&gt; &lt;strong&gt;android&lt;/strong&gt;. Make sure that &lt;em&gt;Android 1.5&lt;/em&gt; is ticked. Close the dialog.

2) Right click on the project again and then select &lt;strong&gt;Android Tools&lt;/strong&gt; -&gt; &lt;strong&gt;Fix Project Properties&lt;/strong&gt;.

3) Finally, from the main menu bar, select &lt;strong&gt;Project&lt;/strong&gt; -&gt; &lt;strong&gt;Clean&lt;/strong&gt;. Make sure that &lt;strong&gt;Clean all projects&lt;/strong&gt; is selected and click on &lt;strong&gt;OK&lt;/strong&gt;.

I&#039;ve actually just tried this myself and it seems to have worked for me, although I&#039;m just using version 1.5 of the SDK. If that doesn&#039;t work for you, you can always resort creating your own project and copying the files in. 

Note that because the tutorial was written with an older version, you might have to update some parts for it work.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I think this problem is arising because I create those source files using an older version of the SDK. I&#8217;m assuming you are using Eclipse. In any case, try the following:</p>
<p>1) Right click on the project and then navigate like this <strong>properties</strong> -&gt; <strong>android</strong>. Make sure that <em>Android 1.5</em> is ticked. Close the dialog.</p>
<p>2) Right click on the project again and then select <strong>Android Tools</strong> -&gt; <strong>Fix Project Properties</strong>.</p>
<p>3) Finally, from the main menu bar, select <strong>Project</strong> -&gt; <strong>Clean</strong>. Make sure that <strong>Clean all projects</strong> is selected and click on <strong>OK</strong>.</p>
<p>I&#8217;ve actually just tried this myself and it seems to have worked for me, although I&#8217;m just using version 1.5 of the SDK. If that doesn&#8217;t work for you, you can always resort creating your own project and copying the files in. </p>
<p>Note that because the tutorial was written with an older version, you might have to update some parts for it work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Defining a Context Menu for your View by vipendra</title>
		<link>http://kahdev.wordpress.com/2008/12/10/android-defining-a-context-menu-for-your-view/#comment-174</link>
		<dc:creator>vipendra</dc:creator>
		<pubDate>Fri, 14 Aug 2009 06:57:40 +0000</pubDate>
		<guid isPermaLink="false">http://kahdev.wordpress.com/?p=85#comment-174</guid>
		<description>Hi All, i Am new in Android and i am facin problem ..
The following code is giving Error in R.id in each Statement.

so plz respond me as soon as possible.</description>
		<content:encoded><![CDATA[<p>Hi All, i Am new in Android and i am facin problem ..<br />
The following code is giving Error in R.id in each Statement.</p>
<p>so plz respond me as soon as possible.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Building a Menu for your Android (V1.0 R1) App by kahgoh</title>
		<link>http://kahdev.wordpress.com/2008/11/25/building-a-menu-for-your-android-v10-r1-app/#comment-173</link>
		<dc:creator>kahgoh</dc:creator>
		<pubDate>Thu, 13 Aug 2009 14:27:17 +0000</pubDate>
		<guid isPermaLink="false">http://kahdev.wordpress.com/?p=77#comment-173</guid>
		<description>I don&#039;t really understand what you are asking or what you are after. Once you have figured out how you want your menu to look, you should be able to easily translate it to code or the XML file. Also, note that the code in this little tutorial may also be out of date, as they have release later versions of the SDK.</description>
		<content:encoded><![CDATA[<p>I don&#8217;t really understand what you are asking or what you are after. Once you have figured out how you want your menu to look, you should be able to easily translate it to code or the XML file. Also, note that the code in this little tutorial may also be out of date, as they have release later versions of the SDK.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Building a Menu for your Android (V1.0 R1) App by Ravisankar S</title>
		<link>http://kahdev.wordpress.com/2008/11/25/building-a-menu-for-your-android-v10-r1-app/#comment-172</link>
		<dc:creator>Ravisankar S</dc:creator>
		<pubDate>Thu, 13 Aug 2009 06:09:56 +0000</pubDate>
		<guid isPermaLink="false">http://kahdev.wordpress.com/?p=77#comment-172</guid>
		<description>Hi,
   I tried to create an Menu bar in Android Project but in code I am facing some queries like &quot;How do design the class and xml file for this&quot;. Please help for this.
Thanks a lot...
Regards,
Ravisankar S
+91 988 477 9432</description>
		<content:encoded><![CDATA[<p>Hi,<br />
   I tried to create an Menu bar in Android Project but in code I am facing some queries like &#8220;How do design the class and xml file for this&#8221;. Please help for this.<br />
Thanks a lot&#8230;<br />
Regards,<br />
Ravisankar S<br />
+91 988 477 9432</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Binding with JGoodies Binding by Controlling UI Components using JGoodies Binding &#171; Kah &#8211; The Developer</title>
		<link>http://kahdev.wordpress.com/2009/04/29/binding-with-jgoodies-binding/#comment-170</link>
		<dc:creator>Controlling UI Components using JGoodies Binding &#171; Kah &#8211; The Developer</dc:creator>
		<pubDate>Tue, 07 Jul 2009 12:32:50 +0000</pubDate>
		<guid isPermaLink="false">http://kahdev.wordpress.com/?p=123#comment-170</guid>
		<description>[...]    In Binding with JGoodies Binding, the binding library from JGoodies was introduced with a relatively simple example. The binding [...]</description>
		<content:encoded><![CDATA[<p>[...]    In Binding with JGoodies Binding, the binding library from JGoodies was introduced with a relatively simple example. The binding [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
