<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Chewy Apps &#187; icons</title>
	<atom:link href="http://www.chewyapps.com/tag/icons/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.chewyapps.com</link>
	<description>Hi, I&#039;m Henning, and I&#039;m an iPhone developer.</description>
	<lastBuildDate>Sat, 28 Jan 2012 19:00:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Icon Optimizations</title>
		<link>http://www.chewyapps.com/2008/10/21/icon-optimizations/</link>
		<comments>http://www.chewyapps.com/2008/10/21/icon-optimizations/#comments</comments>
		<pubDate>Tue, 21 Oct 2008 15:17:09 +0000</pubDate>
		<dc:creator>henning</dc:creator>
				<category><![CDATA[Chewy Xbox]]></category>
		<category><![CDATA[caching]]></category>
		<category><![CDATA[icons]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[performance]]></category>

		<guid isPermaLink="false">http://www.chewyapps.com/?p=34</guid>
		<description><![CDATA[Sorry that I haven&#8217;t been posting much recently, but I haven&#8217;t been doing much! I started a new job recently doing full time iPhone development, so my personal project kinda fell by the wayside. I hope to pick it up again after my vacation, but I have been doing a little bit of work. My [...]]]></description>
			<content:encoded><![CDATA[<p>Sorry that I haven&#8217;t been posting much recently, but I haven&#8217;t been doing much! I started a new job recently doing full time iPhone development, so my personal project kinda fell by the wayside. I hope to pick it up again after my vacation, but I have been doing a little bit of work.</p>
<p>My list of friends includes an avatar icon for each of them. These are downloaded from the web, which takes time. So I decided to cache them locally on the iPhone, and while the performance improved a bit, it didn&#8217;t improve as much as I&#8217;d hoped. The next thing I need to do is only store one version of an icon in memory at once. But this will only help if more than one friend has the same avatar.</p>
<p>Another optimization I did was to load the avatar right away in the init&#8230; method, instead of putting a placeholder there and replacing it. (Which is what the SeismicXML sample, upon which my app is based, did.) This gave a large performance increase, which I was pleasantly surprised about.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.chewyapps.com/2008/10/21/icon-optimizations/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

