<?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: Why is my list black? An Android optimization</title>
	<atom:link href="http://www.curious-creature.org/2008/12/22/why-is-my-list-black-an-android-optimization/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.curious-creature.org/2008/12/22/why-is-my-list-black-an-android-optimization/</link>
	<description>Photography</description>
	<lastBuildDate>Sat, 20 Mar 2010 06:24:12 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Почему мой ListView черный? Андроид оптимизация. &#124; AndroidTeam. Новости и советы</title>
		<link>http://www.curious-creature.org/2008/12/22/why-is-my-list-black-an-android-optimization/comment-page-1/#comment-3020</link>
		<dc:creator>Почему мой ListView черный? Андроид оптимизация. &#124; AndroidTeam. Новости и советы</dc:creator>
		<pubDate>Fri, 18 Dec 2009 13:10:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.curious-creature.org/?p=545#comment-3020</guid>
		<description>[...] Romain Guyб, личный блог автора www.curious-creature.org Перевел vovkab. VN:F [1.7.8_1020]пожалуйста подождите...Rating: 8.8/10 (5 [...]</description>
		<content:encoded><![CDATA[<p>[...] Romain Guyб, личный блог автора <a href="http://www.curious-creature.org" rel="nofollow">http://www.curious-creature.org</a> Перевел vovkab. VN:F [1.7.8_1020]пожалуйста подождите&#8230;Rating: 8.8/10 (5 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: moskoviaa</title>
		<link>http://www.curious-creature.org/2008/12/22/why-is-my-list-black-an-android-optimization/comment-page-1/#comment-2675</link>
		<dc:creator>moskoviaa</dc:creator>
		<pubDate>Fri, 08 May 2009 09:09:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.curious-creature.org/?p=545#comment-2675</guid>
		<description>Добрый день
Это мое сообщение к администрации - www.curious-creature.org, 
Обменяюсь баннерами с вашим сайтом , хочу чтобы они были в этот или можем обсудить другие варианты сотрудничества. 
Наш сайт forum-grad.ru 
На этот форум о Подмосковье заходят более 3000 человек, сайт развиваеться проводяться конкурсы, каждый день разыгриваються призы &quot;100р на телефон&quot; и мы готовы к сотрудничеству.
контакты info(собака)forum-grad.ru 
p/s 
прошу извинить за вторжени</description>
		<content:encoded><![CDATA[<p>Добрый день<br />
Это мое сообщение к администрации &#8211; <a href="http://www.curious-creature.org" rel="nofollow">http://www.curious-creature.org</a>,<br />
Обменяюсь баннерами с вашим сайтом , хочу чтобы они были в этот или можем обсудить другие варианты сотрудничества.<br />
Наш сайт forum-grad.ru<br />
На этот форум о Подмосковье заходят более 3000 человек, сайт развиваеться проводяться конкурсы, каждый день разыгриваються призы &#8220;100р на телефон&#8221; и мы готовы к сотрудничеству.<br />
контакты info(собака)forum-grad.ru<br />
p/s<br />
прошу извинить за вторжени</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matthias</title>
		<link>http://www.curious-creature.org/2008/12/22/why-is-my-list-black-an-android-optimization/comment-page-1/#comment-2591</link>
		<dc:creator>Matthias</dc:creator>
		<pubDate>Mon, 09 Mar 2009 12:28:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.curious-creature.org/?p=545#comment-2591</guid>
		<description>whoops, it ate all the markup I posted... well, you get the idea.</description>
		<content:encoded><![CDATA[<p>whoops, it ate all the markup I posted&#8230; well, you get the idea.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matthias</title>
		<link>http://www.curious-creature.org/2008/12/22/why-is-my-list-black-an-android-optimization/comment-page-1/#comment-2590</link>
		<dc:creator>Matthias</dc:creator>
		<pubDate>Mon, 09 Mar 2009 12:27:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.curious-creature.org/?p=545#comment-2590</guid>
		<description>Hi,

I found styling lists in Android to behave very strange. As soon as I declare a custom List style in my theme, the list divider will disappear in the rendered list, even if I inherit all defaults from @android:attr/listViewStyle!

Setting a custom divider also has never worked for me whatsoever...

I can only make it appear again when removing the line

        ?style/MyListView

from my theme declaration.

Is this a bug?</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I found styling lists in Android to behave very strange. As soon as I declare a custom List style in my theme, the list divider will disappear in the rendered list, even if I inherit all defaults from @android:attr/listViewStyle!</p>
<p>Setting a custom divider also has never worked for me whatsoever&#8230;</p>
<p>I can only make it appear again when removing the line</p>
<p>        ?style/MyListView</p>
<p>from my theme declaration.</p>
<p>Is this a bug?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Romain Guy</title>
		<link>http://www.curious-creature.org/2008/12/22/why-is-my-list-black-an-android-optimization/comment-page-1/#comment-2468</link>
		<dc:creator>Romain Guy</dc:creator>
		<pubDate>Sat, 24 Jan 2009 20:39:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.curious-creature.org/?p=545#comment-2468</guid>
		<description>It&#039;s still not worth doing it because 80% of the time, people do not change the background of the ListView.

And the patterned background disappeared because it added too much visual clutter.</description>
		<content:encoded><![CDATA[<p>It&#8217;s still not worth doing it because 80% of the time, people do not change the background of the ListView.</p>
<p>And the patterned background disappeared because it added too much visual clutter.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike Hearn</title>
		<link>http://www.curious-creature.org/2008/12/22/why-is-my-list-black-an-android-optimization/comment-page-1/#comment-2467</link>
		<dc:creator>Mike Hearn</dc:creator>
		<pubDate>Sat, 24 Jan 2009 20:37:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.curious-creature.org/?p=545#comment-2467</guid>
		<description>Sure OK, but my point is, a solution that gets it right 80% of the time is still worth doing, because it&#039;ll save 80% of developers from having to find this blog post and figure out what&#039;s going on. Even if you don&#039;t get every case and even make the remaining 20% of cases more obscure, it&#039;d still help people in the majority case.

I suppose at some point the hardware will get powerful enough that this optimization isn&#039;t necessary anymore. The patterned backgrounds in earlier SDKs were nice, it&#039;s a shame they disappeared (i guess this is why).</description>
		<content:encoded><![CDATA[<p>Sure OK, but my point is, a solution that gets it right 80% of the time is still worth doing, because it&#8217;ll save 80% of developers from having to find this blog post and figure out what&#8217;s going on. Even if you don&#8217;t get every case and even make the remaining 20% of cases more obscure, it&#8217;d still help people in the majority case.</p>
<p>I suppose at some point the hardware will get powerful enough that this optimization isn&#8217;t necessary anymore. The patterned backgrounds in earlier SDKs were nice, it&#8217;s a shame they disappeared (i guess this is why).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Romain Guy</title>
		<link>http://www.curious-creature.org/2008/12/22/why-is-my-list-black-an-android-optimization/comment-page-1/#comment-2466</link>
		<dc:creator>Romain Guy</dc:creator>
		<pubDate>Sat, 24 Jan 2009 19:53:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.curious-creature.org/?p=545#comment-2466</guid>
		<description>Your solution doesn&#039;t account for the most common case: a transparent ListView on top of a window with a solid colored background. We thought about a similar solution that would take into account the color and opacity of the ancestors of ListView but we decided that the extra complexity (maintenance, performance, etc.) was not worth it.</description>
		<content:encoded><![CDATA[<p>Your solution doesn&#8217;t account for the most common case: a transparent ListView on top of a window with a solid colored background. We thought about a similar solution that would take into account the color and opacity of the ancestors of ListView but we decided that the extra complexity (maintenance, performance, etc.) was not worth it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike Hearn</title>
		<link>http://www.curious-creature.org/2008/12/22/why-is-my-list-black-an-android-optimization/comment-page-1/#comment-2465</link>
		<dc:creator>Mike Hearn</dc:creator>
		<pubDate>Sat, 24 Jan 2009 17:51:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.curious-creature.org/?p=545#comment-2465</guid>
		<description>Could the ListView do something like:

 if (getBackgroundDrawable() instanceof ColorDrawable)
    // optimization on
 else
    // optimization off

I know that nothing stops people creating their own drawables that do the same thing as ColorDrawable, but it seems that this would 99% of the time mean developers don&#039;t have to think about this. Even if the ugly things are a lot uglier than this, it&#039;d still be *really* great to not have this kind of sharp corner in the API. Writing Android apps is already pretty complicated!</description>
		<content:encoded><![CDATA[<p>Could the ListView do something like:</p>
<p> if (getBackgroundDrawable() instanceof ColorDrawable)<br />
    // optimization on<br />
 else<br />
    // optimization off</p>
<p>I know that nothing stops people creating their own drawables that do the same thing as ColorDrawable, but it seems that this would 99% of the time mean developers don&#8217;t have to think about this. Even if the ugly things are a lot uglier than this, it&#8217;d still be *really* great to not have this kind of sharp corner in the API. Writing Android apps is already pretty complicated!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vovkab</title>
		<link>http://www.curious-creature.org/2008/12/22/why-is-my-list-black-an-android-optimization/comment-page-1/#comment-2451</link>
		<dc:creator>vovkab</dc:creator>
		<pubDate>Sun, 18 Jan 2009 16:57:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.curious-creature.org/?p=545#comment-2451</guid>
		<description>Here is Translation of article to russian: http://androidteam.ru/dev/particles/why-my-listview-black.html

Can you add link?</description>
		<content:encoded><![CDATA[<p>Here is Translation of article to russian: <a href="http://androidteam.ru/dev/particles/why-my-listview-black.html" rel="nofollow">http://androidteam.ru/dev/particles/why-my-listview-black.html</a></p>
<p>Can you add link?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Romain Guy</title>
		<link>http://www.curious-creature.org/2008/12/22/why-is-my-list-black-an-android-optimization/comment-page-1/#comment-2386</link>
		<dc:creator>Romain Guy</dc:creator>
		<pubDate>Tue, 23 Dec 2008 22:29:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.curious-creature.org/?p=545#comment-2386</guid>
		<description>Unfortunately no. The Eclipse plugin renders the Android widgets with Java2D but they are not interactive. I guess it would be possible to port the Android widget to a desktop, but it would probably require a lot of work and would not end up being that great since the widgets were not designed, at least with the current theme, to be used with a mouse.</description>
		<content:encoded><![CDATA[<p>Unfortunately no. The Eclipse plugin renders the Android widgets with Java2D but they are not interactive. I guess it would be possible to port the Android widget to a desktop, but it would probably require a lot of work and would not end up being that great since the widgets were not designed, at least with the current theme, to be used with a mouse.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
