<?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: Speed up your Android UI</title>
	<atom:link href="http://www.curious-creature.org/2009/03/04/speed-up-your-android-ui/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.curious-creature.org/2009/03/04/speed-up-your-android-ui/</link>
	<description></description>
	<lastBuildDate>Tue, 07 Feb 2012 09:31:36 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: jraanamo</title>
		<link>http://www.curious-creature.org/2009/03/04/speed-up-your-android-ui/comment-page-1/#comment-5583</link>
		<dc:creator>jraanamo</dc:creator>
		<pubDate>Thu, 27 Jan 2011 09:24:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.curious-creature.org/?p=624#comment-5583</guid>
		<description>Hi,

I know this is a little of the topic but has to do with ListView and performance and I know that you Roman have the answer already :) 

I have a ListView that displays different views depending on what is the content of the current record in the underlying Cursor (MergeCursor actually). The layout on each row is a little complex and I would normally use ViewHolder for this. 

The question is: how can I use ListView&#039;s caching with different types of items and avoid creating a new view each time Adapter.getView is called? I tried using CursorAdapter with newView and bindView but naturally bindView may be called with a view of type that was not intended for the current cursor row.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I know this is a little of the topic but has to do with ListView and performance and I know that you Roman have the answer already :) </p>
<p>I have a ListView that displays different views depending on what is the content of the current record in the underlying Cursor (MergeCursor actually). The layout on each row is a little complex and I would normally use ViewHolder for this. </p>
<p>The question is: how can I use ListView&#8217;s caching with different types of items and avoid creating a new view each time Adapter.getView is called? I tried using CursorAdapter with newView and bindView but naturally bindView may be called with a view of type that was not intended for the current cursor row.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dekorasyon</title>
		<link>http://www.curious-creature.org/2009/03/04/speed-up-your-android-ui/comment-page-1/#comment-4943</link>
		<dc:creator>dekorasyon</dc:creator>
		<pubDate>Sun, 05 Dec 2010 02:08:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.curious-creature.org/?p=624#comment-4943</guid>
		<description>A ListView is totally transparent for instance..</description>
		<content:encoded><![CDATA[<p>A ListView is totally transparent for instance..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nils</title>
		<link>http://www.curious-creature.org/2009/03/04/speed-up-your-android-ui/comment-page-1/#comment-4136</link>
		<dc:creator>Nils</dc:creator>
		<pubDate>Mon, 06 Sep 2010 05:14:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.curious-creature.org/?p=624#comment-4136</guid>
		<description>What kind of file is &quot;The source code of the first example&quot;?
I think I need it because I got:
[2010-09-06 07:00:58 - com.android.ide.eclipse.adt.internal.project.AndroidManifestParser] Parser exception for /MyProject/AndroidManifest.xml: Attribute &quot;theme&quot; bound to namespace &quot;http://schemas.android.com/apk/res/android&quot; was already specified for element &quot;activity&quot;.</description>
		<content:encoded><![CDATA[<p>What kind of file is &#8220;The source code of the first example&#8221;?<br />
I think I need it because I got:<br />
[2010-09-06 07:00:58 - com.android.ide.eclipse.adt.internal.project.AndroidManifestParser] Parser exception for /MyProject/AndroidManifest.xml: Attribute &#8220;theme&#8221; bound to namespace &#8220;http://schemas.android.com/apk/res/android&#8221; was already specified for element &#8220;activity&#8221;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kaylee Grines</title>
		<link>http://www.curious-creature.org/2009/03/04/speed-up-your-android-ui/comment-page-1/#comment-3561</link>
		<dc:creator>Kaylee Grines</dc:creator>
		<pubDate>Sat, 08 May 2010 10:47:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.curious-creature.org/?p=624#comment-3561</guid>
		<description>Damn, awesome website. I actually came across this on Yahoo, and I am happy I did. I will definately be returning here more often. Wish I could add to the conversation and bring a bit more to the table, but am just absorbing as much info as I can at the moment.

Thank You

&lt;a href=&quot;http://mobilephonesdeals.net&quot; rel=&quot;nofollow&quot;&gt;Mobile Phones Deals&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Damn, awesome website. I actually came across this on Yahoo, and I am happy I did. I will definately be returning here more often. Wish I could add to the conversation and bring a bit more to the table, but am just absorbing as much info as I can at the moment.</p>
<p>Thank You</p>
<p><a href="http://mobilephonesdeals.net" rel="nofollow">Mobile Phones Deals</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sebastian</title>
		<link>http://www.curious-creature.org/2009/03/04/speed-up-your-android-ui/comment-page-1/#comment-3557</link>
		<dc:creator>Sebastian</dc:creator>
		<pubDate>Thu, 06 May 2010 12:06:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.curious-creature.org/?p=624#comment-3557</guid>
		<description>Just tested the code on the Nexus One and obtained only 33fps without touch and 28fps with touch. Am I doing something wrong?</description>
		<content:encoded><![CDATA[<p>Just tested the code on the Nexus One and obtained only 33fps without touch and 28fps with touch. Am I doing something wrong?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Federico</title>
		<link>http://www.curious-creature.org/2009/03/04/speed-up-your-android-ui/comment-page-1/#comment-3084</link>
		<dc:creator>Federico</dc:creator>
		<pubDate>Tue, 05 Jan 2010 17:08:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.curious-creature.org/?p=624#comment-3084</guid>
		<description>Hi Romain,

I tried running your WindowBackground project on my phone (Motorola Milestone running Android 2.0) and I get only 15 fps. Tried setting the minSdkVersion to 5, 4, and 3 and they all produce similar results.

I also noticed that if I create an activity with nothing but a SurfaceView, it will take on average 21ms per frame, without any actual drawing on the canvas (not even drawing a solid color).

Is this normal? Is it a bug in 2.0 that has been fixed in 2.0.1? Or is it some problem with the phone itself?

Thanks.</description>
		<content:encoded><![CDATA[<p>Hi Romain,</p>
<p>I tried running your WindowBackground project on my phone (Motorola Milestone running Android 2.0) and I get only 15 fps. Tried setting the minSdkVersion to 5, 4, and 3 and they all produce similar results.</p>
<p>I also noticed that if I create an activity with nothing but a SurfaceView, it will take on average 21ms per frame, without any actual drawing on the canvas (not even drawing a solid color).</p>
<p>Is this normal? Is it a bug in 2.0 that has been fixed in 2.0.1? Or is it some problem with the phone itself?</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Planet Android &#187; Blog Archive &#187; Speed up your Android UI</title>
		<link>http://www.curious-creature.org/2009/03/04/speed-up-your-android-ui/comment-page-1/#comment-2842</link>
		<dc:creator>Planet Android &#187; Blog Archive &#187; Speed up your Android UI</dc:creator>
		<pubDate>Mon, 10 Aug 2009 23:02:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.curious-creature.org/?p=624#comment-2842</guid>
		<description>[...] up your Android UI Posted by Admin  August - 10 - 2009 - Monday        Speed up your Android UI: Romain Guy’s continues his guide to Android UI and view components, with tricks to speed up your [...]</description>
		<content:encoded><![CDATA[<p>[...] up your Android UI Posted by Admin  August &#8211; 10 &#8211; 2009 &#8211; Monday        Speed up your Android UI: Romain Guy’s continues his guide to Android UI and view components, with tricks to speed up your [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Greg Tong</title>
		<link>http://www.curious-creature.org/2009/03/04/speed-up-your-android-ui/comment-page-1/#comment-2762</link>
		<dc:creator>Greg Tong</dc:creator>
		<pubDate>Thu, 18 Jun 2009 18:49:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.curious-creature.org/?p=624#comment-2762</guid>
		<description>Romain, we exchanged email privately where you told me that code you publish is licensed under Apache 2.0.

Since we want to re-use this code, can you please make the licensing explicit in your posts? You need to display the Apache 2.0 license notice.

Thanks.</description>
		<content:encoded><![CDATA[<p>Romain, we exchanged email privately where you told me that code you publish is licensed under Apache 2.0.</p>
<p>Since we want to re-use this code, can you please make the licensing explicit in your posts? You need to display the Apache 2.0 license notice.</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ddorid</title>
		<link>http://www.curious-creature.org/2009/03/04/speed-up-your-android-ui/comment-page-1/#comment-2601</link>
		<dc:creator>Ddorid</dc:creator>
		<pubDate>Mon, 16 Mar 2009 08:26:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.curious-creature.org/?p=624#comment-2601</guid>
		<description>Very useful stuf. Can you write tutorial for transparent activity ?</description>
		<content:encoded><![CDATA[<p>Very useful stuf. Can you write tutorial for transparent activity ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Romain Guy</title>
		<link>http://www.curious-creature.org/2009/03/04/speed-up-your-android-ui/comment-page-1/#comment-2582</link>
		<dc:creator>Romain Guy</dc:creator>
		<pubDate>Sun, 08 Mar 2009 05:48:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.curious-creature.org/?p=624#comment-2582</guid>
		<description>Hi Greg,

Glad to see it&#039;s useful!</description>
		<content:encoded><![CDATA[<p>Hi Greg,</p>
<p>Glad to see it&#8217;s useful!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

