<?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: Remove Title Bar on Android Application</title>
	<atom:link href="http://tech.xster.net/tips/remove-title-bar-on-android-application/feed/" rel="self" type="application/rss+xml" />
	<link>http://tech.xster.net/tips/remove-title-bar-on-android-application/</link>
	<description>Never relearn twice</description>
	<lastBuildDate>Fri, 03 Feb 2012 05:13:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Guest</title>
		<link>http://tech.xster.net/tips/remove-title-bar-on-android-application/comment-page-1/#comment-3878</link>
		<dc:creator>Guest</dc:creator>
		<pubDate>Tue, 31 Jan 2012 17:29:00 +0000</pubDate>
		<guid isPermaLink="false">http://tech.xster.net/?p=193#comment-3878</guid>
		<description>But *WHERE* do you have to put it?
And how do you show *AND* hide it?
</description>
		<content:encoded><![CDATA[<p>But *WHERE* do you have to put it?<br />
And how do you show *AND* hide it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Coadjoni</title>
		<link>http://tech.xster.net/tips/remove-title-bar-on-android-application/comment-page-1/#comment-3863</link>
		<dc:creator>Coadjoni</dc:creator>
		<pubDate>Thu, 22 Dec 2011 11:07:00 +0000</pubDate>
		<guid isPermaLink="false">http://tech.xster.net/?p=193#comment-3863</guid>
		<description>Thanks. This works perfect!</description>
		<content:encoded><![CDATA[<p>Thanks. This works perfect!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paresh</title>
		<link>http://tech.xster.net/tips/remove-title-bar-on-android-application/comment-page-1/#comment-3860</link>
		<dc:creator>Paresh</dc:creator>
		<pubDate>Wed, 21 Dec 2011 07:06:00 +0000</pubDate>
		<guid isPermaLink="false">http://tech.xster.net/?p=193#comment-3860</guid>
		<description>This is really short and sweet tutorial.. loved it..</description>
		<content:encoded><![CDATA[<p>This is really short and sweet tutorial.. loved it..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kustaa Nyholm</title>
		<link>http://tech.xster.net/tips/remove-title-bar-on-android-application/comment-page-1/#comment-3856</link>
		<dc:creator>Kustaa Nyholm</dc:creator>
		<pubDate>Fri, 02 Dec 2011 14:02:00 +0000</pubDate>
		<guid isPermaLink="false">http://tech.xster.net/?p=193#comment-3856</guid>
		<description>Note that the setting the theme in manifest is different from requesting no title in the code, some visual effects are different.</description>
		<content:encoded><![CDATA[<p>Note that the setting the theme in manifest is different from requesting no title in the code, some visual effects are different.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vineeth</title>
		<link>http://tech.xster.net/tips/remove-title-bar-on-android-application/comment-page-1/#comment-3821</link>
		<dc:creator>Vineeth</dc:creator>
		<pubDate>Tue, 06 Sep 2011 08:42:00 +0000</pubDate>
		<guid isPermaLink="false">http://tech.xster.net/?p=193#comment-3821</guid>
		<description>Thanx for the tutorial...it really helped me ..... </description>
		<content:encoded><![CDATA[<p>Thanx for the tutorial&#8230;it really helped me &#8230;..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: outhorand</title>
		<link>http://tech.xster.net/tips/remove-title-bar-on-android-application/comment-page-1/#comment-3749</link>
		<dc:creator>outhorand</dc:creator>
		<pubDate>Sat, 04 Jun 2011 13:52:00 +0000</pubDate>
		<guid isPermaLink="false">http://tech.xster.net/?p=193#comment-3749</guid>
		<description> @cb6f932ad08a90b9d1f03ef4b11736d3:disqus  It works if you have this.requestWindowFeature(Window.FEATURE_NO_TITLE); 
NB: including the &#039;this.&#039; and also have it on the first line of the onCreate() method of the Activity.</description>
		<content:encoded><![CDATA[<p> @cb6f932ad08a90b9d1f03ef4b11736d3:disqus  It works if you have this.requestWindowFeature(Window.FEATURE_NO_TITLE);<br />
NB: including the &#8216;this.&#8217; and also have it on the first line of the onCreate() method of the Activity.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ricardo</title>
		<link>http://tech.xster.net/tips/remove-title-bar-on-android-application/comment-page-1/#comment-3742</link>
		<dc:creator>Ricardo</dc:creator>
		<pubDate>Thu, 12 May 2011 07:59:00 +0000</pubDate>
		<guid isPermaLink="false">http://tech.xster.net/?p=193#comment-3742</guid>
		<description> Try to put this code
android:theme=&quot;@android:style/Theme.NoTitleBar&quot;at the end of the  tag. It works for me</description>
		<content:encoded><![CDATA[<p>Try to put this code<br />
android:theme=&#8221;@android:style/Theme.NoTitleBar&#8221;at the end of the  tag. It works for me</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sherry</title>
		<link>http://tech.xster.net/tips/remove-title-bar-on-android-application/comment-page-1/#comment-3741</link>
		<dc:creator>sherry</dc:creator>
		<pubDate>Wed, 11 May 2011 22:52:00 +0000</pubDate>
		<guid isPermaLink="false">http://tech.xster.net/?p=193#comment-3741</guid>
		<description>I tried this but it didn&#039;t work. If i do it programmatically, the activity i&#039;m calling it from crashes with a force close. Making changes in the manifest has no effect. 
</description>
		<content:encoded><![CDATA[<p>I tried this but it didn&#8217;t work. If i do it programmatically, the activity i&#8217;m calling it from crashes with a force close. Making changes in the manifest has no effect.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vlad Patras</title>
		<link>http://tech.xster.net/tips/remove-title-bar-on-android-application/comment-page-1/#comment-3737</link>
		<dc:creator>Vlad Patras</dc:creator>
		<pubDate>Thu, 05 May 2011 10:22:00 +0000</pubDate>
		<guid isPermaLink="false">http://tech.xster.net/?p=193#comment-3737</guid>
		<description>Thanks for the tutorial. It&#039;s straight to the point.</description>
		<content:encoded><![CDATA[<p>Thanks for the tutorial. It&#8217;s straight to the point.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

