<?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>Aboutme - blog &#187; mobile</title>
	<atom:link href="http://blog.aboutme.be/tag/mobile/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.aboutme.be</link>
	<description></description>
	<lastBuildDate>Fri, 13 Jan 2012 08:58:36 +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>Flex Mobile Tabbed View Navigator Button Badge</title>
		<link>http://blog.aboutme.be/2011/10/28/flex-mobile-tabbed-view-navigator-button-badge/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=flex-mobile-tabbed-view-navigator-button-badge</link>
		<comments>http://blog.aboutme.be/2011/10/28/flex-mobile-tabbed-view-navigator-button-badge/#comments</comments>
		<pubDate>Fri, 28 Oct 2011 14:03:12 +0000</pubDate>
		<dc:creator>wouter</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[AIR]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[skinning]]></category>

		<guid isPermaLink="false">http://blog.aboutme.be/?p=222</guid>
		<description><![CDATA[I wanted to display a &#8220;badge text&#8221; in a Flex Mobile project. Badge texts are the red circles on iOS, where you can see a number of updates, unread messages, &#8230; This isn&#8217;t included in the default flex mobile components / skins, so I decided to extend &#038; skin the tabbed view navigator, so you&#8217;re [...]]]></description>
			<content:encoded><![CDATA[<p>I wanted to display a &#8220;badge text&#8221; in a Flex Mobile project. Badge texts are the red circles on iOS, where you can see a number of updates, unread messages, &#8230;</p>
<p><img src="http://blog.aboutme.be/wp-content/uploads/2011/10/Screen-Shot-2011-10-28-at-15.52.17.png" alt="" title="Badge texts on tabbed view navigator" width="434" height="596" class="aligncenter size-full wp-image-223" /></p>
<p>This isn&#8217;t included in the default flex mobile components / skins, so I decided to extend &#038; skin the tabbed view navigator, so you&#8217;re able to add this functionality in your applications.</p>
<p>You simple use my BadgeViewNavigator instead of ViewNavigators, and set a badgeText value to display in the badge:</p>

<div class="wp_syntax"><div class="code"><pre class="mxml" style="font-family:monospace;"><span style="color: #000000;"><span style="color: #7400FF;">&lt;views:BadgeViewNavigator</span> label=<span style="color: #ff0000;">&quot;One&quot;</span> width=<span style="color: #ff0000;">&quot;100%&quot;</span> height=<span style="color: #ff0000;">&quot;100%&quot;</span></span>
<span style="color: #000000;">		firstView=<span style="color: #ff0000;">&quot;be.aboutme.flex.mobile.badgeViewNavigator.views.OneView&quot;</span></span>
<span style="color: #000000;">		badgeText=<span style="color: #ff0000;">&quot;23&quot;</span><span style="color: #7400FF;">/&gt;</span></span>
<span style="color: #000000;"><span style="color: #7400FF;">&lt;views:BadgeViewNavigator</span> label=<span style="color: #ff0000;">&quot;Two&quot;</span> width=<span style="color: #ff0000;">&quot;100%&quot;</span> height=<span style="color: #ff0000;">&quot;100%&quot;</span></span>
<span style="color: #000000;">		firstView=<span style="color: #ff0000;">&quot;be.aboutme.flex.mobile.badgeViewNavigator.views.TwoView&quot;</span></span>
<span style="color: #000000;">		badgeText=<span style="color: #ff0000;">&quot;2&quot;</span><span style="color: #7400FF;">/&gt;</span></span>
<span style="color: #000000;"><span style="color: #7400FF;">&lt;views:BadgeViewNavigator</span> label=<span style="color: #ff0000;">&quot;Three&quot;</span> width=<span style="color: #ff0000;">&quot;100%&quot;</span> height=<span style="color: #ff0000;">&quot;100%&quot;</span></span>
<span style="color: #000000;">		firstView=<span style="color: #ff0000;">&quot;be.aboutme.flex.mobile.badgeViewNavigator.views.ThreeView&quot;</span><span style="color: #7400FF;">/&gt;</span></span></pre></div></div>

<p><a href="http://labs.aboutme.be/flex_mobile/badge_view_navigator/BadgeViewNavigatorDemo.fxp">You can download the sources &#038; demo in this fxp file. Enjoy!</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.aboutme.be/2011/10/28/flex-mobile-tabbed-view-navigator-button-badge/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>iPhone public transportation lookup</title>
		<link>http://blog.aboutme.be/2009/05/24/iphone-public-transportation-lookup/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=iphone-public-transportation-lookup</link>
		<comments>http://blog.aboutme.be/2009/05/24/iphone-public-transportation-lookup/#comments</comments>
		<pubDate>Sun, 24 May 2009 21:44:57 +0000</pubDate>
		<dc:creator>wouter</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[mobile]]></category>

		<guid isPermaLink="false">http://blog.aboutme.be/?p=119</guid>
		<description><![CDATA[Some of you may know, I don&#8217;t own a car. So I take the public transportation a lot. I need to check the hours of trains, busses and metro&#8217;s very often, but their aren&#8217;t any mobile optimized travel-search services (that I know of) here in Belgium. So I decided to write my own service, which [...]]]></description>
			<content:encoded><![CDATA[<p>Some of you may know, I don&#8217;t own a car. So I take the public transportation a lot. I need to check the hours of trains, busses and metro&#8217;s very often, but their aren&#8217;t any mobile optimized travel-search services (that I know of) here in Belgium.</p>
<p>So I decided to write my own service, which enables you to lookup train, tram, metro and bus connections with your iPhone. Right know, it knows how to get from one bus station to another, I&#8217;ll implement other search options in the near future.</p>
<p>You can check it out at <a href="http://labs.aboutme.be/itravel">http://labs.aboutme.be/itravel</a> (with your iphone :-))</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.aboutme.be/2009/05/24/iphone-public-transportation-lookup/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

