<?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>Peter Elst &#187; Flash Builder</title>
	<atom:link href="http://www.peterelst.com/blog/category/flash-builder/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.peterelst.com/blog</link>
	<description>Flash Platform Geek</description>
	<lastBuildDate>Fri, 30 Dec 2011 13:01:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<atom:link rel='hub' href='http://www.peterelst.com/blog/?pushpress=hub'/>
		<item>
		<title>Using a SQLite database in Flex Mobile applications</title>
		<link>http://www.peterelst.com/blog/2011/05/09/using-a-sqlite-database-in-flex-mobile-applications/</link>
		<comments>http://www.peterelst.com/blog/2011/05/09/using-a-sqlite-database-in-flex-mobile-applications/#comments</comments>
		<pubDate>Mon, 09 May 2011 08:08:05 +0000</pubDate>
		<dc:creator>Peter</dc:creator>
				<category><![CDATA[Flash Builder]]></category>
		<category><![CDATA[Flex]]></category>

		<guid isPermaLink="false">http://www.peterelst.com/blog/?p=3412</guid>
		<description><![CDATA[When working with local data in mobile applications you might want to consider a SQLite database. Those are especially useful when working with large amount of data that you want to filter at runtime. Flex Mobile projects can simply take advantage of SQLite support in the Adobe AIR runtime. You could certainly write it from <a href="http://www.peterelst.com/blog/2011/05/09/using-a-sqlite-database-in-flex-mobile-applications/"> read more <span class="meta-nav">&#187;</span></a>]]></description>
		<wfw:commentRss>http://www.peterelst.com/blog/2011/05/09/using-a-sqlite-database-in-flex-mobile-applications/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Controlling the soft keyboard in Flex Mobile applications</title>
		<link>http://www.peterelst.com/blog/2011/05/08/controlling-the-soft-keyboard-in-flex-mobile-applications/</link>
		<comments>http://www.peterelst.com/blog/2011/05/08/controlling-the-soft-keyboard-in-flex-mobile-applications/#comments</comments>
		<pubDate>Sun, 08 May 2011 11:47:14 +0000</pubDate>
		<dc:creator>Peter</dc:creator>
				<category><![CDATA[Flash Builder]]></category>
		<category><![CDATA[Flex]]></category>

		<guid isPermaLink="false">http://www.peterelst.com/blog/?p=3365</guid>
		<description><![CDATA[There are times when writing mobile apps that you want to have more fine grained control over the software keyboard and Flex 4.5 makes this very easy. Any object based on InteractiveObject now has a needsSoftKeyboard property, setting this to true will cause the virtual keyboard to come up on the device whenever the instance <a href="http://www.peterelst.com/blog/2011/05/08/controlling-the-soft-keyboard-in-flex-mobile-applications/"> read more <span class="meta-nav">&#187;</span></a>]]></description>
		<wfw:commentRss>http://www.peterelst.com/blog/2011/05/08/controlling-the-soft-keyboard-in-flex-mobile-applications/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Defining a view transition for Flex Mobile applications</title>
		<link>http://www.peterelst.com/blog/2011/05/05/defining-a-view-transition-for-flex-mobile-applications/</link>
		<comments>http://www.peterelst.com/blog/2011/05/05/defining-a-view-transition-for-flex-mobile-applications/#comments</comments>
		<pubDate>Thu, 05 May 2011 08:08:23 +0000</pubDate>
		<dc:creator>Peter</dc:creator>
				<category><![CDATA[Flash Builder]]></category>
		<category><![CDATA[Flex]]></category>

		<guid isPermaLink="false">http://www.peterelst.com/blog/?p=3328</guid>
		<description><![CDATA[If you&#8217;ve been playing around with the Flex 4.5 mobile features, one of the great new things is the ability to easily navigate between different screens. For this you can use the navigator object and push or pop a view in your application. There are a few extra things you can define when navigating between <a href="http://www.peterelst.com/blog/2011/05/05/defining-a-view-transition-for-flex-mobile-applications/"> read more <span class="meta-nav">&#187;</span></a>]]></description>
		<wfw:commentRss>http://www.peterelst.com/blog/2011/05/05/defining-a-view-transition-for-flex-mobile-applications/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Adding a splash screen to your Flex Mobile application</title>
		<link>http://www.peterelst.com/blog/2011/05/04/adding-a-splash-screen-to-your-flex-mobile-application/</link>
		<comments>http://www.peterelst.com/blog/2011/05/04/adding-a-splash-screen-to-your-flex-mobile-application/#comments</comments>
		<pubDate>Wed, 04 May 2011 19:15:11 +0000</pubDate>
		<dc:creator>Peter</dc:creator>
				<category><![CDATA[Flash Builder]]></category>
		<category><![CDATA[Flex]]></category>

		<guid isPermaLink="false">http://www.peterelst.com/blog/?p=3325</guid>
		<description><![CDATA[One of the common things you&#8217;ll want to do when building mobile apps is add a splash screen. This is an image that shows up while the application is launching and gives a visual indication to the user in the 1 or 2 seconds it takes after clicking. With the new Flex 4.5 mobile components <a href="http://www.peterelst.com/blog/2011/05/04/adding-a-splash-screen-to-your-flex-mobile-application/"> read more <span class="meta-nav">&#187;</span></a>]]></description>
		<wfw:commentRss>http://www.peterelst.com/blog/2011/05/04/adding-a-splash-screen-to-your-flex-mobile-application/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Mobile application development in Flash Builder 4.5</title>
		<link>http://www.peterelst.com/blog/2011/04/11/mobile-application-development-in-flash-builder-4-5/</link>
		<comments>http://www.peterelst.com/blog/2011/04/11/mobile-application-development-in-flash-builder-4-5/#comments</comments>
		<pubDate>Mon, 11 Apr 2011 12:48:18 +0000</pubDate>
		<dc:creator>Peter</dc:creator>
				<category><![CDATA[Flash Builder]]></category>
		<category><![CDATA[Video]]></category>

		<guid isPermaLink="false">http://www.peterelst.com/blog/?p=3287</guid>
		<description><![CDATA[Flash Builder 4.5 lets you set up mobile applications with multiple views, passing around data and view persistence in a matter of minutes.]]></description>
		<wfw:commentRss>http://www.peterelst.com/blog/2011/04/11/mobile-application-development-in-flash-builder-4-5/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>FlashCamp San Francisco video</title>
		<link>http://www.peterelst.com/blog/2009/06/22/flashcamp-san-francisco-video/</link>
		<comments>http://www.peterelst.com/blog/2009/06/22/flashcamp-san-francisco-video/#comments</comments>
		<pubDate>Sun, 21 Jun 2009 22:59:27 +0000</pubDate>
		<dc:creator>Peter</dc:creator>
				<category><![CDATA[AIR]]></category>
		<category><![CDATA[Events]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Flash Builder]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[Video]]></category>

		<guid isPermaLink="false">http://www.peterelst.com/blog/?p=2229</guid>
		<description><![CDATA[Sometimes I really wish I worked over in San Francisco &#8212; now and again Adobe does these great meet ups, like recently happened with FlashCamp. They&#8217;ve put the video of the presentations online including a keynote by CTO Kevin Lynch and the following topics: Introduction to Flash Catalyst What&#8217;s New in Flex 4 Skinning Components <a href="http://www.peterelst.com/blog/2009/06/22/flashcamp-san-francisco-video/"> read more <span class="meta-nav">&#187;</span></a>]]></description>
		<wfw:commentRss>http://www.peterelst.com/blog/2009/06/22/flashcamp-san-francisco-video/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Flash Builder 4 beta &#8211; exporting ASDoc documentation</title>
		<link>http://www.peterelst.com/blog/2009/06/08/flash-builder-4-beta-exporting-asdoc-documentation/</link>
		<comments>http://www.peterelst.com/blog/2009/06/08/flash-builder-4-beta-exporting-asdoc-documentation/#comments</comments>
		<pubDate>Mon, 08 Jun 2009 08:08:21 +0000</pubDate>
		<dc:creator>Peter</dc:creator>
				<category><![CDATA[ActionScript]]></category>
		<category><![CDATA[Flash Builder]]></category>

		<guid isPermaLink="false">http://www.peterelst.com/blog/?p=2089</guid>
		<description><![CDATA[Despite the excellent ASDoc integration added in Flash Builder 4 beta, it seems its still not easy to export to HTML and you need to set it up yourself using an external tool configuration. I spent some time trying to figure it out and stumbled across a post by Seb Lee-Delisle that gives a good <a href="http://www.peterelst.com/blog/2009/06/08/flash-builder-4-beta-exporting-asdoc-documentation/"> read more <span class="meta-nav">&#187;</span></a>]]></description>
		<wfw:commentRss>http://www.peterelst.com/blog/2009/06/08/flash-builder-4-beta-exporting-asdoc-documentation/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Flash Builder 4 beta &#8211; my favorite features</title>
		<link>http://www.peterelst.com/blog/2009/06/07/flash-builder-4-beta-my-favorite-features/</link>
		<comments>http://www.peterelst.com/blog/2009/06/07/flash-builder-4-beta-my-favorite-features/#comments</comments>
		<pubDate>Sun, 07 Jun 2009 17:46:59 +0000</pubDate>
		<dc:creator>Peter</dc:creator>
				<category><![CDATA[ActionScript]]></category>
		<category><![CDATA[Flash Builder]]></category>

		<guid isPermaLink="false">http://www.peterelst.com/blog/?p=2075</guid>
		<description><![CDATA[In case you didn&#8217;t know yet, Flash Builder 4 beta (the product previously known as Flex Builder) is now available for download on labs.adobe.com, as is the beta for Flash Catalyst. I&#8217;ve been playing around with the public beta for a little bit and thought it was worth blogging some of my favorite features in <a href="http://www.peterelst.com/blog/2009/06/07/flash-builder-4-beta-my-favorite-features/"> read more <span class="meta-nav">&#187;</span></a>]]></description>
		<wfw:commentRss>http://www.peterelst.com/blog/2009/06/07/flash-builder-4-beta-my-favorite-features/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
	</channel>
</rss>

