<?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>Flexponential &#187; itemRendererFunction</title>
	<atom:link href="http://flexponential.com/tag/itemrendererfunction/feed/" rel="self" type="application/rss+xml" />
	<link>http://flexponential.com</link>
	<description>Programming under the influence of Flex</description>
	<lastBuildDate>Thu, 10 Nov 2011 18:44:53 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Grouping items in a Flex mobile List</title>
		<link>http://flexponential.com/2010/11/30/grouping-items-in-a-flex-mobile-list/</link>
		<comments>http://flexponential.com/2010/11/30/grouping-items-in-a-flex-mobile-list/#comments</comments>
		<pubDate>Tue, 30 Nov 2010 07:37:23 +0000</pubDate>
		<dc:creator>Steven Shongrunden</dc:creator>
				<category><![CDATA[Flex Mobile]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[hero]]></category>
		<category><![CDATA[ItemRenderer]]></category>
		<category><![CDATA[itemRendererFunction]]></category>
		<category><![CDATA[List]]></category>
		<category><![CDATA[spark]]></category>

		<guid isPermaLink="false">http://flexponential.com/?p=785</guid>
		<description><![CDATA[Mobile applications often have lists that group items in some way. For example, a contact list might group names by the first letter of the contact&#8217;s first name. This post demonstrates how to write a Spark ItemRenderer to simulate this behavior. One way of implementing grouped items is by using the Spark List&#8217;s itemRendererFunction feature [...]]]></description>
		<wfw:commentRss>http://flexponential.com/2010/11/30/grouping-items-in-a-flex-mobile-list/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Different ways of assigning an item renderer in Flex 4</title>
		<link>http://flexponential.com/2009/11/02/different-ways-of-assigning-an-item-renderer-in-flex-4/</link>
		<comments>http://flexponential.com/2009/11/02/different-ways-of-assigning-an-item-renderer-in-flex-4/#comments</comments>
		<pubDate>Mon, 02 Nov 2009 19:38:30 +0000</pubDate>
		<dc:creator>Steven Shongrunden</dc:creator>
				<category><![CDATA[Flex 4]]></category>
		<category><![CDATA[DataGroup]]></category>
		<category><![CDATA[ItemRenderer]]></category>
		<category><![CDATA[itemRendererFunction]]></category>
		<category><![CDATA[spark]]></category>

		<guid isPermaLink="false">http://flexponential.com/?p=32</guid>
		<description><![CDATA[This post looks at a couple ways of defining a custom item renderer on a DataGroup, but it also applies the same way to a SkinnableDataContainer, spark List, and any other spark components that support item rendering. Here is a very basic custom item renderer that simply shows the data item in a spark Label: [...]]]></description>
		<wfw:commentRss>http://flexponential.com/2009/11/02/different-ways-of-assigning-an-item-renderer-in-flex-4/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Performance implications of the List itemRenderer vs. itemRendererFunction properties</title>
		<link>http://flexponential.com/2009/07/10/performance-implications-of-the-list-itemrenderer-vs-itemrendererfunction-properties/</link>
		<comments>http://flexponential.com/2009/07/10/performance-implications-of-the-list-itemrenderer-vs-itemrendererfunction-properties/#comments</comments>
		<pubDate>Fri, 10 Jul 2009 21:22:39 +0000</pubDate>
		<dc:creator>Steven Shongrunden</dc:creator>
				<category><![CDATA[Flex 4]]></category>
		<category><![CDATA[itemRendererFunction]]></category>
		<category><![CDATA[List]]></category>
		<category><![CDATA[spark]]></category>
		<category><![CDATA[useVirtualLayout]]></category>
		<category><![CDATA[virtualization]]></category>

		<guid isPermaLink="false">http://flexponential.com/?p=88</guid>
		<description><![CDATA[The spark List component in Flex 4 has virtualization enabled by default. Virtualization is an optimization that only renders items that are currently in view which allows the List to support very large data sets. You can learn more about how virtualization works in Flex 4 by reading the Spark Virtualization Spec. In Flex 4, [...]]]></description>
		<wfw:commentRss>http://flexponential.com/2009/07/10/performance-implications-of-the-list-itemrenderer-vs-itemrendererfunction-properties/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>

