<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.2" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: My implementation of ImageCache</title>
	<link>http://mgmblog.com/2009/09/21/my-implementation-of-imagecache/</link>
	<description>My eclectic journey into the blogosphere</description>
	<pubDate>Fri, 10 Sep 2010 13:26:13 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.2</generator>
		<item>
		<title>By: Mark Murphy</title>
		<link>http://mgmblog.com/2009/09/21/my-implementation-of-imagecache/#comment-549</link>
		<dc:creator>Mark Murphy</dc:creator>
		<pubDate>Wed, 23 Sep 2009 05:10:28 +0000</pubDate>
		<guid>http://mgmblog.com/2009/09/21/my-implementation-of-imagecache/#comment-549</guid>
		<description>You may wish to check out this [android-developers] thread:

http://groups.google.com/group/android-developers/browse_frm/thread/ebabb0dadf38acc1/fdc6061f262ecdbf?lnk=gst&#38;q=softreference#

Based on it, I elected to skip SoftReference in my own caching implementation, going back to a classic LRU scheme.</description>
		<content:encoded><![CDATA[<p>You may wish to check out this [android-developers] thread:</p>
<p><a href="http://groups.google.com/group/android-developers/browse_frm/thread/ebabb0dadf38acc1/fdc6061f262ecdbf?lnk=gst&amp;q=softreference#" rel="nofollow" onclick="javascript:pageTracker._trackPageview ('/outbound/groups.google.com');">http://groups.google.com/group/android-developers/browse_frm/thread/ebabb0dadf38acc1/fdc6061f262ecdbf?lnk=gst&amp;q=softreference#</a></p>
<p>Based on it, I elected to skip SoftReference in my own caching implementation, going back to a classic LRU scheme.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Carmen Delessio</title>
		<link>http://mgmblog.com/2009/09/21/my-implementation-of-imagecache/#comment-548</link>
		<dc:creator>Carmen Delessio</dc:creator>
		<pubDate>Tue, 22 Sep 2009 21:51:37 +0000</pubDate>
		<guid>http://mgmblog.com/2009/09/21/my-implementation-of-imagecache/#comment-548</guid>
		<description>Looks great. I can't wait to try it.  Thanks for making a simple, single class implementation.

My app, BFF Photo, works by fetching Facebook photos, and I think this approach to image cacheing can make it better.  
http://talkingandroid.com/2009/09/22/bff-photo-gestures-rotation-demo/

Carmen
http://www.twitter.com/CarmenDelessio</description>
		<content:encoded><![CDATA[<p>Looks great. I can&#8217;t wait to try it.  Thanks for making a simple, single class implementation.</p>
<p>My app, BFF Photo, works by fetching Facebook photos, and I think this approach to image cacheing can make it better.<br />
<a href="http://talkingandroid.com/2009/09/22/bff-photo-gestures-rotation-demo/" rel="nofollow" onclick="javascript:pageTracker._trackPageview ('/outbound/talkingandroid.com');">http://talkingandroid.com/2009/09/22/bff-photo-gestures-rotation-demo/</a></p>
<p>Carmen<br />
<a href="http://www.twitter.com/CarmenDelessio" rel="nofollow" onclick="javascript:pageTracker._trackPageview ('/outbound/www.twitter.com');">http://www.twitter.com/CarmenDelessio</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
