<?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: Android ListActivity with a header or footer</title>
	<atom:link href="http://www.samcoles.co.uk/mobile/android-listactivity-with-a-header-or-footer/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.samcoles.co.uk/mobile/android-listactivity-with-a-header-or-footer/</link>
	<description>Android and stuff</description>
	<lastBuildDate>Sun, 19 May 2013 05:06:31 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: Rachita</title>
		<link>http://www.samcoles.co.uk/mobile/android-listactivity-with-a-header-or-footer/#comment-13199</link>
		<dc:creator>Rachita</dc:creator>
		<pubDate>Thu, 25 Apr 2013 06:01:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.samcoles.co.uk/?p=184#comment-13199</guid>
		<description><![CDATA[Thanks a ton for the post!!
I was looking for a way to add a static row but adding it as header is way  better . The post helped me solve my problem .:)]]></description>
		<content:encoded><![CDATA[<p>Thanks a ton for the post!!<br />
I was looking for a way to add a static row but adding it as header is way  better . The post helped me solve my problem .:)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bettye</title>
		<link>http://www.samcoles.co.uk/mobile/android-listactivity-with-a-header-or-footer/#comment-13071</link>
		<dc:creator>Bettye</dc:creator>
		<pubDate>Wed, 10 Apr 2013 03:42:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.samcoles.co.uk/?p=184#comment-13071</guid>
		<description><![CDATA[The write-up posted was quite informative and valuable.
You folks are performing an excellent job. Keep going.]]></description>
		<content:encoded><![CDATA[<p>The write-up posted was quite informative and valuable.<br />
You folks are performing an excellent job. Keep going.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steph68</title>
		<link>http://www.samcoles.co.uk/mobile/android-listactivity-with-a-header-or-footer/#comment-11082</link>
		<dc:creator>Steph68</dc:creator>
		<pubDate>Mon, 08 Oct 2012 09:46:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.samcoles.co.uk/?p=184#comment-11082</guid>
		<description><![CDATA[Hi!

Nice stuff, but in MY case, when i run it with my data, the header disapears when scrolling the datarows.

It seems it is not a fixed header/footer, but just a kind of particular line of the list?

So is it really the case?
Or did I just miss something?

Thanks.]]></description>
		<content:encoded><![CDATA[<p>Hi!</p>
<p>Nice stuff, but in MY case, when i run it with my data, the header disapears when scrolling the datarows.</p>
<p>It seems it is not a fixed header/footer, but just a kind of particular line of the list?</p>
<p>So is it really the case?<br />
Or did I just miss something?</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mahmudul Hassan</title>
		<link>http://www.samcoles.co.uk/mobile/android-listactivity-with-a-header-or-footer/#comment-11051</link>
		<dc:creator>Mahmudul Hassan</dc:creator>
		<pubDate>Sun, 30 Sep 2012 15:38:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.samcoles.co.uk/?p=184#comment-11051</guid>
		<description><![CDATA[It&#039;s help me a lot with a simple add header in android simple list view.

Thnku a lot.]]></description>
		<content:encoded><![CDATA[<p>It&#8217;s help me a lot with a simple add header in android simple list view.</p>
<p>Thnku a lot.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ashish</title>
		<link>http://www.samcoles.co.uk/mobile/android-listactivity-with-a-header-or-footer/#comment-10690</link>
		<dc:creator>Ashish</dc:creator>
		<pubDate>Mon, 21 May 2012 05:31:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.samcoles.co.uk/?p=184#comment-10690</guid>
		<description><![CDATA[Is there anyway to add Header to Empty ListView ?
I&#039;ve 3 listview in one activity ,

followers(3) , following(0) , latest post(9)
Header is not visible with following list , because it is empty .
&lt;code&gt;
//Add ListView Header
    LayoutInflater inflater = getLayoutInflater();          
    final View header = inflater.inflate(R.layout.user_profile_header, (ViewGroup) findViewById(R.id.userProfileHeader));
    displayListView.addHeaderView(header, null, false);

&lt;/code&gt;]]></description>
		<content:encoded><![CDATA[<p>Is there anyway to add Header to Empty ListView ?<br />
I&#8217;ve 3 listview in one activity ,</p>
<p>followers(3) , following(0) , latest post(9)<br />
Header is not visible with following list , because it is empty .<br />
<code><br />
//Add ListView Header<br />
    LayoutInflater inflater = getLayoutInflater();<br />
    final View header = inflater.inflate(R.layout.user_profile_header, (ViewGroup) findViewById(R.id.userProfileHeader));<br />
    displayListView.addHeaderView(header, null, false);</p>
<p></code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Deon</title>
		<link>http://www.samcoles.co.uk/mobile/android-listactivity-with-a-header-or-footer/#comment-10661</link>
		<dc:creator>Deon</dc:creator>
		<pubDate>Wed, 09 May 2012 07:03:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.samcoles.co.uk/?p=184#comment-10661</guid>
		<description><![CDATA[Great post! Thank you! 

After days of trial and error, this post finally helped me to find what I was looking for.]]></description>
		<content:encoded><![CDATA[<p>Great post! Thank you! </p>
<p>After days of trial and error, this post finally helped me to find what I was looking for.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joe</title>
		<link>http://www.samcoles.co.uk/mobile/android-listactivity-with-a-header-or-footer/#comment-10573</link>
		<dc:creator>Joe</dc:creator>
		<pubDate>Fri, 16 Mar 2012 12:36:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.samcoles.co.uk/?p=184#comment-10573</guid>
		<description><![CDATA[Awesome Man!


How I do for stay my header static ??]]></description>
		<content:encoded><![CDATA[<p>Awesome Man!</p>
<p>How I do for stay my header static ??</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben</title>
		<link>http://www.samcoles.co.uk/mobile/android-listactivity-with-a-header-or-footer/#comment-10269</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Thu, 27 Oct 2011 15:18:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.samcoles.co.uk/?p=184#comment-10269</guid>
		<description><![CDATA[Any idea how you could arrange these horizontally? ie imagine a landscape layout, with listview on left, image on right and title above?

Thanks,

Ben]]></description>
		<content:encoded><![CDATA[<p>Any idea how you could arrange these horizontally? ie imagine a landscape layout, with listview on left, image on right and title above?</p>
<p>Thanks,</p>
<p>Ben</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sam Coles</title>
		<link>http://www.samcoles.co.uk/mobile/android-listactivity-with-a-header-or-footer/#comment-9900</link>
		<dc:creator>Sam Coles</dc:creator>
		<pubDate>Thu, 19 May 2011 08:20:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.samcoles.co.uk/?p=184#comment-9900</guid>
		<description><![CDATA[it&#039;s the id for the parent LinearLayout on the header layout, list_header.xml]]></description>
		<content:encoded><![CDATA[<p>it&#8217;s the id for the parent LinearLayout on the header layout, list_header.xml</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: goofyahead</title>
		<link>http://www.samcoles.co.uk/mobile/android-listactivity-with-a-header-or-footer/#comment-9887</link>
		<dc:creator>goofyahead</dc:creator>
		<pubDate>Tue, 26 Apr 2011 10:08:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.samcoles.co.uk/?p=184#comment-9887</guid>
		<description><![CDATA[Nice example! thank you! :) 
but cant figure what is R.id.header_layout_root.
Going to search more...]]></description>
		<content:encoded><![CDATA[<p>Nice example! thank you! <img src='http://www.samcoles.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
but cant figure what is R.id.header_layout_root.<br />
Going to search more&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
