<?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中使用自定义Adapter</title>
	<atom:link href="http://www.hzmangel.info/blog/archives/461/feed" rel="self" type="application/rss+xml" />
	<link>http://www.hzmangel.info/blog/archives/461</link>
	<description>蓝天，小湖，湖水中一方小筑</description>
	<lastBuildDate>Thu, 12 Jan 2012 01:31:34 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: hzmangel</title>
		<link>http://www.hzmangel.info/blog/archives/461#comment-1260</link>
		<dc:creator>hzmangel</dc:creator>
		<pubDate>Thu, 07 Oct 2010 15:12:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.hzmangel.info/blog/?p=461#comment-1260</guid>
		<description>呵呵，那会大概脑子没转过弯来吧，或者对android不熟，看着网上一段代码就开抄了~</description>
		<content:encoded><![CDATA[<p>呵呵，那会大概脑子没转过弯来吧，或者对android不熟，看着网上一段代码就开抄了~</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: yaray</title>
		<link>http://www.hzmangel.info/blog/archives/461#comment-1259</link>
		<dc:creator>yaray</dc:creator>
		<pubDate>Thu, 07 Oct 2010 11:33:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.hzmangel.info/blog/?p=461#comment-1259</guid>
		<description>代码可以写得更简洁的：
@Override
public View getView(int position, View convertView, ViewGroup parent) {

    if (convertView==null) {
        convertView = new TableLayout(ctx);
        ...;
    }
    
    return convertView;
}</description>
		<content:encoded><![CDATA[<p>代码可以写得更简洁的：<br />
@Override<br />
public View getView(int position, View convertView, ViewGroup parent) {</p>
<p>    if (convertView==null) {<br />
        convertView = new TableLayout(ctx);<br />
        &#8230;;<br />
    }</p>
<p>    return convertView;<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hzmangel</title>
		<link>http://www.hzmangel.info/blog/archives/461#comment-902</link>
		<dc:creator>hzmangel</dc:creator>
		<pubDate>Sun, 25 Jul 2010 07:19:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.hzmangel.info/blog/?p=461#comment-902</guid>
		<description>er....  已经很久没看过Android了，所以对现在的代码也不是很清楚，也没再做这方面的尝试，十分不好意思.....</description>
		<content:encoded><![CDATA[<p>er&#8230;.  已经很久没看过Android了，所以对现在的代码也不是很清楚，也没再做这方面的尝试，十分不好意思&#8230;..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kun</title>
		<link>http://www.hzmangel.info/blog/archives/461#comment-898</link>
		<dc:creator>kun</dc:creator>
		<pubDate>Fri, 23 Jul 2010 01:55:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.hzmangel.info/blog/?p=461#comment-898</guid>
		<description>从BaseAdapter 继承的方法getView   在每次刷新列表的时候都会执行吗</description>
		<content:encoded><![CDATA[<p>从BaseAdapter 继承的方法getView   在每次刷新列表的时候都会执行吗</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hzmangel</title>
		<link>http://www.hzmangel.info/blog/archives/461#comment-293</link>
		<dc:creator>hzmangel</dc:creator>
		<pubDate>Tue, 15 Sep 2009 00:55:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.hzmangel.info/blog/?p=461#comment-293</guid>
		<description>&lt;a href=&quot;#comment-291&quot; rel=&quot;nofollow&quot;&gt;@cooler&lt;/a&gt;, 没，写界面呢，好麻烦的说～～
widget是那种用html/js/css写的吧？还是我的理解有误，呵呵</description>
		<content:encoded><![CDATA[<p><a href="#comment-291" rel="nofollow">@cooler</a>, 没，写界面呢，好麻烦的说～～<br />
widget是那种用html/js/css写的吧？还是我的理解有误，呵呵</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cooler</title>
		<link>http://www.hzmangel.info/blog/archives/461#comment-291</link>
		<dc:creator>cooler</dc:creator>
		<pubDate>Mon, 14 Sep 2009 17:42:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.hzmangel.info/blog/?p=461#comment-291</guid>
		<description>在折腾widget?</description>
		<content:encoded><![CDATA[<p>在折腾widget?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

