<?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 on: Displaying dialogs in Android 1.0</title>
	<atom:link href="http://moazzam-khan.com/blog/?feed=rss2&#038;p=134" rel="self" type="application/rss+xml" />
	<link>http://moazzam-khan.com/blog/?p=134</link>
	<description></description>
	<lastBuildDate>Sat, 21 Aug 2010 23:42:12 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: nETTEZ</title>
		<link>http://moazzam-khan.com/blog/?p=134&#038;cpage=1#comment-1765</link>
		<dc:creator>nETTEZ</dc:creator>
		<pubDate>Sat, 16 Jan 2010 08:52:58 +0000</pubDate>
		<guid isPermaLink="false">http://moazzam-khan.com/blog/?p=134#comment-1765</guid>
		<description>Hi, do you know how to do an alert dialog that prompt message and show ok and cancel button, when the user click ok button, it will redirect the user to another page..

Have any idea of how to do it??
Thanks..</description>
		<content:encoded><![CDATA[<p>Hi, do you know how to do an alert dialog that prompt message and show ok and cancel button, when the user click ok button, it will redirect the user to another page..</p>
<p>Have any idea of how to do it??<br />
Thanks..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: VNG</title>
		<link>http://moazzam-khan.com/blog/?p=134&#038;cpage=1#comment-1302</link>
		<dc:creator>VNG</dc:creator>
		<pubDate>Thu, 05 Nov 2009 11:33:55 +0000</pubDate>
		<guid isPermaLink="false">http://moazzam-khan.com/blog/?p=134#comment-1302</guid>
		<description>thanks it helped me for my application....</description>
		<content:encoded><![CDATA[<p>thanks it helped me for my application&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Moazzam</title>
		<link>http://moazzam-khan.com/blog/?p=134&#038;cpage=1#comment-50</link>
		<dc:creator>Moazzam</dc:creator>
		<pubDate>Fri, 13 Mar 2009 14:25:42 +0000</pubDate>
		<guid isPermaLink="false">http://moazzam-khan.com/blog/?p=134#comment-50</guid>
		<description>Thanks for pointing that out. I corrected the code in the post.</description>
		<content:encoded><![CDATA[<p>Thanks for pointing that out. I corrected the code in the post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rein</title>
		<link>http://moazzam-khan.com/blog/?p=134&#038;cpage=1#comment-48</link>
		<dc:creator>Rein</dc:creator>
		<pubDate>Thu, 12 Mar 2009 06:18:33 +0000</pubDate>
		<guid isPermaLink="false">http://moazzam-khan.com/blog/?p=134#comment-48</guid>
		<description>there seems to be something wrong with the code:

AlertDialog.Builder  = new AlertDialog.Builder(this);

it should be

AlertDialog.Builder dlgAlert  = new AlertDialog.Builder(this);</description>
		<content:encoded><![CDATA[<p>there seems to be something wrong with the code:</p>
<p>AlertDialog.Builder  = new AlertDialog.Builder(this);</p>
<p>it should be</p>
<p>AlertDialog.Builder dlgAlert  = new AlertDialog.Builder(this);</p>
]]></content:encoded>
	</item>
</channel>
</rss>
