<?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>jba blog &#187; mobile</title>
	<atom:link href="http://jbablog.com/tag/mobile/feed/" rel="self" type="application/rss+xml" />
	<link>http://jbablog.com</link>
	<description>the personal blog of John BouAntoun</description>
	<lastBuildDate>Fri, 18 Nov 2011 01:18:57 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Rosetta stone of mobile development for WP7, iOS, Android</title>
		<link>http://jbablog.com/2011/04/rosetta-stone-of-mobile-development-for-wp7-ios-android/</link>
		<comments>http://jbablog.com/2011/04/rosetta-stone-of-mobile-development-for-wp7-ios-android/#comments</comments>
		<pubDate>Wed, 06 Apr 2011 23:57:34 +0000</pubDate>
		<dc:creator>jba</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[mono]]></category>
		<category><![CDATA[WP7]]></category>

		<guid isPermaLink="false">http://jbablog.com/?p=578</guid>
		<description><![CDATA[Cool link with a side-by-side comparison of WP7, iOS, and Android development features and classes from a mono (C#) perspective. iOS WP7 Android &#8220;View&#8221; XIB (Interface Builder) Xaml axml UIViewController PhoneApplicationPage (codebehind) Activity n/a (UIAutoResizing) StackPanel LinearLayout UITableView ListBox ListView UITableViewCell ListBox.ItemTemplate n/a (any view) UITableViewSource n/a (binding, IEnumerable) BaseAdapter Navigation &#8220;Controller&#8221; NavigationController. PushViewController() NavigationService. [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://conceptdev.blogspot.com/2011/03/mosetta-stone.html">Cool link</a> with a side-by-side comparison of WP7, iOS, and Android development features and classes from a mono (C#) perspective.</p>
<blockquote>
<table border="1" cellspacing="0">
<tbody>
<tr>
<th></th>
<th><strong>iOS</strong></th>
<th><strong>WP7</strong></th>
<th><strong>Android</strong></th>
</tr>
<tr>
<td><strong>&#8220;View&#8221;</strong></td>
<td>XIB (Interface Builder)</td>
<td>Xaml</td>
<td>axml</td>
</tr>
<tr>
<td></td>
<td>UIViewController</td>
<td>PhoneApplicationPage (codebehind)</td>
<td>Activity</td>
</tr>
<tr>
<td></td>
<td>n/a (UIAutoResizing)</td>
<td>StackPanel</td>
<td>LinearLayout</td>
</tr>
<tr>
<td></td>
<td>UITableView</td>
<td>ListBox</td>
<td>ListView</td>
</tr>
<tr>
<td></td>
<td>UITableViewCell</td>
<td>ListBox.ItemTemplate</td>
<td>n/a (any view)</td>
</tr>
<tr>
<td></td>
<td>UITableViewSource</td>
<td>n/a (binding, IEnumerable)</td>
<td>BaseAdapter</td>
</tr>
<tr>
<td><strong>Navigation &#8220;Controller&#8221;</strong></td>
<td>NavigationController. PushViewController()</td>
<td>NavigationService. Navigate()</td>
<td>StartActivity()</td>
</tr>
<tr>
<td></td>
<td>n/a (object)</td>
<td>Xaml Uri</td>
<td>Intent.SetClass()</td>
</tr>
<tr>
<td></td>
<td>n/a (object properties)</td>
<td>Xaml Uri querystring params</td>
<td>Intent.PutExtra() .AddFlags()</td>
</tr>
<tr>
<td></td>
<td>n/a (object properties)</td>
<td>NavigationContext .QueryString .TryGetValue()</td>
<td>Intent .GetXXXExtra()</td>
</tr>
<tr>
<td><strong>Threading</strong></td>
<td>InvokeOnMainThread</td>
<td>Dispatcher.BeginInvoke</td>
<td>RunOnUiThread</td>
</tr>
<tr>
<td><strong>&#8220;Model&#8221;</strong></td>
<td colspan="3">C# .NET objects &#8211; shared thanks to Mono on <a href="http://monotouch.net/" target="20110306">iOS</a> &amp; <a href="http://monodroid.net/" target="20110306">Android</a>. Also <code>WebClient</code>, <code>Linq</code>, <code>Generics</code>, <code>Xml</code>, <code>Serialization</code>, etc&#8230; <img src='http://jbablog.com/wp/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </td>
</tr>
</tbody>
</table>
</blockquote>
<p>And while we are on the mono subject, they just released <a href="http://tirania.org/blog/archive/2011/Apr-06.html">a Mono droid update</a>, which means they now have comprahensive tool chains  for C# development for the following systems, iOS (including app store),  Mac (including app store), Android (including app store).</p>
]]></content:encoded>
			<wfw:commentRss>http://jbablog.com/2011/04/rosetta-stone-of-mobile-development-for-wp7-ios-android/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A HIG (Human Interface Guideline) for Android development?</title>
		<link>http://jbablog.com/2011/04/a-hig-human-interface-guideline-for-android-development/</link>
		<comments>http://jbablog.com/2011/04/a-hig-human-interface-guideline-for-android-development/#comments</comments>
		<pubDate>Tue, 05 Apr 2011 01:55:46 +0000</pubDate>
		<dc:creator>jba</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[standards]]></category>

		<guid isPermaLink="false">http://jbablog.com/?p=571</guid>
		<description><![CDATA[Found over on mobilecrunch, Mutual Mobile have have put out what their impression of a HIG doc for Android should be: Android Design Guidelines.]]></description>
			<content:encoded><![CDATA[<p>Found over on <a href="http://www.mobilecrunch.com/2011/04/04/a-human-interface-guideline-for-android-developers/">mobilecrunch</a>, <a href="http://www.mutualmobile.com/" target="_blank">Mutual Mobile</a> have have put out what their impression of a HIG doc for Android should be: <a href="http://www.mutualmobile.com/wp-content/uploads/2011/03/MM_Android_Design_Guidelines.pdf" target="_blank">Android Design Guidelines</a>.</p>
<p><a href="http://jbablog.com/wp/wp-content/uploads/2011/04/android-design-guidelines.jpg"><img class="alignleft size-full wp-image-572" title="android-design-guidelines" src="http://jbablog.com/wp/wp-content/uploads/2011/04/android-design-guidelines.jpg" alt="" width="620" height="375" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://jbablog.com/2011/04/a-hig-human-interface-guideline-for-android-development/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Nokia selling QT</title>
		<link>http://jbablog.com/2011/03/nokia-selling-qt/</link>
		<comments>http://jbablog.com/2011/03/nokia-selling-qt/#comments</comments>
		<pubDate>Tue, 08 Mar 2011 02:58:40 +0000</pubDate>
		<dc:creator>jba</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[nokia]]></category>
		<category><![CDATA[WP7]]></category>

		<guid isPermaLink="false">http://jbablog.com/?p=543</guid>
		<description><![CDATA[Fresh on the heals of deciding to use Windows Phone 7 as their mobile OS going forward, it seems Nokia has sold off QT. Interesting days in the mobile world.]]></description>
			<content:encoded><![CDATA[<p><a href="http://jbablog.com/wp/wp-content/uploads/2009/01/logo.png"><img class="alignleft size-full wp-image-546" title="logo" src="http://jbablog.com/wp/wp-content/uploads/2009/01/logo.png" alt="" width="59" height="71" /></a>Fresh on the heals of deciding to use Windows Phone 7 as their mobile OS going forward, it seems <a href="http://www.engadget.com/2011/03/07/nokia-sells-qt-licensing-and-services-business-to-digia/">Nokia has sold off QT</a>.</p>
<p>Interesting days in the mobile world.</p>
]]></content:encoded>
			<wfw:commentRss>http://jbablog.com/2011/03/nokia-selling-qt/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IE9 for WP7 has hardware acceleration</title>
		<link>http://jbablog.com/2011/02/ie9-for-wp7-has-hardware-acceleration/</link>
		<comments>http://jbablog.com/2011/02/ie9-for-wp7-has-hardware-acceleration/#comments</comments>
		<pubDate>Mon, 14 Feb 2011 23:21:18 +0000</pubDate>
		<dc:creator>jba</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[WP7]]></category>

		<guid isPermaLink="false">http://jbablog.com/?p=525</guid>
		<description><![CDATA[Lots of mobile news over at MWC at the moment. Found this interesting video showing of Windows Phone 7&#8242;s Internet Explorer 9 Mobile with hardware acceleration. Next to a non hardware-accelerated iPhone 4 browsing experience the difference is very dramatic.]]></description>
			<content:encoded><![CDATA[<p>Lots of mobile news over at MWC at the moment. Found this interesting video showing of Windows Phone 7&#8242;s Internet Explorer 9 Mobile with hardware acceleration. Next to a non hardware-accelerated iPhone 4 browsing experience the difference is very dramatic.</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="640" height="390" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowScriptAccess" value="always" /><param name="src" value="http://www.youtube.com/v/FG30mtlDKOs&amp;hl=en_US&amp;feature=player_embedded&amp;version=3" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="640" height="390" src="http://www.youtube.com/v/FG30mtlDKOs&amp;hl=en_US&amp;feature=player_embedded&amp;version=3" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://jbablog.com/2011/02/ie9-for-wp7-has-hardware-acceleration/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Stumbled upon phonegap</title>
		<link>http://jbablog.com/2010/11/stumbled-upon-phonegap/</link>
		<comments>http://jbablog.com/2010/11/stumbled-upon-phonegap/#comments</comments>
		<pubDate>Fri, 12 Nov 2010 03:28:13 +0000</pubDate>
		<dc:creator>jba</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[mobile]]></category>

		<guid isPermaLink="false">http://jbablog.com/?p=471</guid>
		<description><![CDATA[So someone at work sent me this link to phonegap today. So these guys have taken the general idea that anyone in mobile development for the past 3 years has had and made it a reality on top of an open-source stack. Write an app using web technologies (html/js), abstract away the specific device peripherals [...]]]></description>
			<content:encoded><![CDATA[<p>So someone at work sent me this link to <a href="http://www.phonegap.com/">phonegap</a> today.</p>
<p><img class="alignleft size-full wp-image-472" title="pg_logo" src="http://jbablog.com/wp/wp-content/uploads/2010/11/pg_logo.png" alt="" width="192" height="72" /></p>
<p>So these guys have taken the general idea that anyone in mobile development for the past 3 years has had and made it a reality on top of an open-source stack.</p>
<p>Write an app using web technologies (html/js), abstract away the specific device peripherals and capabilities  and then compile it down to native format for each target device.</p>
<p>Sucks that it doesn&#8217;t do Windows Phone 7, but still worth a look at for me as it covers off some short term Android and IOS needs.</p>
<p><a href="http://jbablog.com/wp/wp-content/uploads/2010/11/phonegap_peripheral_support.png"><img class="alignleft size-full wp-image-475" title="phonegap_peripheral_support" src="http://jbablog.com/wp/wp-content/uploads/2010/11/phonegap_peripheral_support.png" alt="" width="566" height="275" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://jbablog.com/2010/11/stumbled-upon-phonegap/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>8Pen software keyboard for android</title>
		<link>http://jbablog.com/2010/11/466/</link>
		<comments>http://jbablog.com/2010/11/466/#comments</comments>
		<pubDate>Tue, 02 Nov 2010 00:18:06 +0000</pubDate>
		<dc:creator>jba</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[mobile]]></category>

		<guid isPermaLink="false">http://jbablog.com/?p=466</guid>
		<description><![CDATA[From over on mobile-crunch. Looks like a cool approach to the input method. I know swype was well worth the overhead of learning, so suspect this may well be worth it as well.]]></description>
			<content:encoded><![CDATA[<p>From over on <a href="http://www.mobilecrunch.com/2010/11/01/would-you-use-the-8pen-touchscreen-keyboard/">mobile-crunch</a>.</p>
<p>Looks like a cool approach to the input method. I know swype was well worth the overhead of learning, so suspect this may well be worth it as well.</p>
<p><object style="height: 390px; width: 640px;" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="100" height="100" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowScriptAccess" value="always" /><param name="src" value="http://www.youtube.com/v/q3OuCR0EpGo?version=3" /><param name="allowfullscreen" value="true" /><embed style="height: 390px; width: 640px;" type="application/x-shockwave-flash" width="100" height="100" src="http://www.youtube.com/v/q3OuCR0EpGo?version=3" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://jbablog.com/2010/11/466/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Crossplatform mobile dev with Mono</title>
		<link>http://jbablog.com/2010/10/crossplatform-mobile-dev-with-mono/</link>
		<comments>http://jbablog.com/2010/10/crossplatform-mobile-dev-with-mono/#comments</comments>
		<pubDate>Mon, 25 Oct 2010 00:41:22 +0000</pubDate>
		<dc:creator>jba</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[mono]]></category>
		<category><![CDATA[WP7]]></category>

		<guid isPermaLink="false">http://jbablog.com/?p=451</guid>
		<description><![CDATA[Cool post over on Chris Hardy&#8217;s blog talking about a non-trivial twitter app on winphone 7, iphone and android with the mono toolset. Stick with the preso, the last few slides have the best info about cross platform dev and limitations, and the videos at the actual post are quite cool. WP7, Droid, iPhone, Oh [...]]]></description>
			<content:encoded><![CDATA[<p>Cool post over on <a href="http://weblogs.asp.net/chrishardy/">Chris Hardy&#8217;s</a> blog talking about a non-trivial <a href="http://weblogs.asp.net/chrishardy/archive/2010/10/24/slides-from-my-wp7-iphone-and-android-talk-at-ddd8a.aspx">twitter app on winphone 7, iphone and android</a> with the mono toolset.</p>
<p>Stick with the preso, the last few slides have the best info about cross platform dev and limitations, and the videos at the <a href="http://weblogs.asp.net/chrishardy/archive/2010/10/24/slides-from-my-wp7-iphone-and-android-talk-at-ddd8a.aspx">actual post</a> are quite cool.</p>
<div id="__ss_5544411" style="width: 425px;"><strong style="display: block; margin: 12px 0 4px;"><a title="WP7, Droid, iPhone, Oh my!" href="http://www.slideshare.net/chrisntr/wp7-droid-iphone-oh-my">WP7, Droid, iPhone, Oh my!</a></strong><object id="__sse5544411" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="355" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowScriptAccess" value="always" /><param name="src" value="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=wp7droidiphoneohmy-101024110929-phpapp02&amp;stripped_title=wp7-droid-iphone-oh-my&amp;userName=chrisntr" /><param name="name" value="__sse5544411" /><param name="allowfullscreen" value="true" /><embed id="__sse5544411" type="application/x-shockwave-flash" width="425" height="355" src="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=wp7droidiphoneohmy-101024110929-phpapp02&amp;stripped_title=wp7-droid-iphone-oh-my&amp;userName=chrisntr" name="__sse5544411" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<div style="padding: 5px 0 12px;">View more <a href="http://www.slideshare.net/">presentations</a> from <a href="http://www.slideshare.net/chrisntr">Chris Hardy</a>.</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://jbablog.com/2010/10/crossplatform-mobile-dev-with-mono/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Windows Phone 7 Campaign</title>
		<link>http://jbablog.com/2010/10/new-windows-phone-7-campaign/</link>
		<comments>http://jbablog.com/2010/10/new-windows-phone-7-campaign/#comments</comments>
		<pubDate>Tue, 12 Oct 2010 21:55:08 +0000</pubDate>
		<dc:creator>jba</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[ad]]></category>
		<category><![CDATA[cool]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[WP7]]></category>

		<guid isPermaLink="false">http://jbablog.com/?p=447</guid>
		<description><![CDATA[This has been doing the rounds on the inter-webs today. It&#8217;s an interesting take, and a cool campaign, but I think I agree with the guys over at mobilecrunch. While I&#8217;m guilty of having my face down far more than I should, especially around my kids, I think it&#8217;s actually because I enjoy it, not [...]]]></description>
			<content:encoded><![CDATA[<p>This has been doing the rounds on the inter-webs today. It&#8217;s an interesting take, and a cool campaign, but I think I agree with the guys over at <a href="http://www.mobilecrunch.com/2010/10/12/is-microsoft-really-fighting-the-face-down-culture/">mobilecrunch</a>. While I&#8217;m guilty of having my face down far more than I should, especially around my kids, I think it&#8217;s actually because I enjoy it, not because the present phone UI metaphore is too clunky (not that it isn&#8217;t clunky though).</p>
<p>Many a Sci-Fi writer has a decent take on this phenomenon in the future with their stories of massively wireless interconnected minds and the way people stare off into nowhere with absent eyes when they are busy communicating.</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="640" height="385" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/EHlN21ebeak?fs=1&amp;hl=en_GB" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="640" height="385" src="http://www.youtube.com/v/EHlN21ebeak?fs=1&amp;hl=en_GB" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://jbablog.com/2010/10/new-windows-phone-7-campaign/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>C# for the iPhone</title>
		<link>http://jbablog.com/2009/10/c-for-the-iphone/</link>
		<comments>http://jbablog.com/2009/10/c-for-the-iphone/#comments</comments>
		<pubDate>Tue, 20 Oct 2009 23:14:04 +0000</pubDate>
		<dc:creator>jba</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[c#]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[mono]]></category>

		<guid isPermaLink="false">http://jbablog.com/2009/10/c-for-the-iphone/</guid>
		<description><![CDATA[Awesome post from an Aussie no less which is a non-trivial iPhone application using c# on monotouch. The thing I love about monotouch is that it lets me leverage my .Net Skills (not just c#, but how the .Net run time works) and marries it to the low-level iPhone development infrastructure. The hardest part about [...]]]></description>
			<content:encoded><![CDATA[<p>Awesome post from an Aussie no less which is a <a href="http://conceptdev.blogspot.com/2009/10/monospace-app-1-release.html" target="_blank">non-trivial iPhone application using c#</a> on <a href="http://monotouch.net/" target="_blank">monotouch</a>.</p>
<p>The thing I love about monotouch is that it lets me leverage my .Net Skills (not just c#, but how the .Net run time works) and marries it to the low-level iPhone development infrastructure. The hardest part about getting into iPhone development for me was Objective-C, and now I don’t need to go there.</p>
<p>Points to note: </p>
<ul>
<li>Obviously since interpretation is not allowed on the iPhone the guys at the <a href="http://go-mono.com" target="_blank">mono project</a> had to put together <a href="http://monotouch.net/" target="_blank">monotouch</a>, which statically links the parts of the .net framework needed into each iPhone app.</li>
<li><a href="http://monotouch.net/" target="_blank">Monotouch</a> is a payed for product.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://jbablog.com/2009/10/c-for-the-iphone/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Monotouch for iPhone goes 1.0</title>
		<link>http://jbablog.com/2009/09/monotouch-for-iphone-goes-1-0/</link>
		<comments>http://jbablog.com/2009/09/monotouch-for-iphone-goes-1-0/#comments</comments>
		<pubDate>Mon, 14 Sep 2009 23:10:32 +0000</pubDate>
		<dc:creator>jba</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[mono]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://jbablog.com/?p=330</guid>
		<description><![CDATA[According to miggie, Monotouch for iPhone goes 1.0. This enables you to use a static version of .Net (actual mono) with native C# bindings of the iPhone API, so no Compact Framework concepts for iPhone just yet. I agree with this decision, since people developing for the iPhone want their apps to look like they [...]]]></description>
			<content:encoded><![CDATA[<p>According to <a href="http://tirania.org/blog/archive/2009/Sep-14.html">miggie</a>, Monotouch for iPhone goes 1.0.</p>
<p>This enables you to use a static version of .Net (actual mono) with native C# bindings of the iPhone API, so no Compact Framework concepts for iPhone just yet. I agree with this decision, since people developing for the iPhone want their apps to look like they were developed for the iPhone.</p>
]]></content:encoded>
			<wfw:commentRss>http://jbablog.com/2009/09/monotouch-for-iphone-goes-1-0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

