<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" 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/" > <channel><title>Comments on: iPhone native Apps: the great leap backwards?</title> <atom:link href="http://www.webdirections.org/blog/iphone-native-apps-the-great-leap-backwards/feed/" rel="self" type="application/rss+xml" /><link>http://www.webdirections.org/blog/iphone-native-apps-the-great-leap-backwards/</link> <description>Just another WordPress weblog</description> <lastBuildDate>Thu, 09 Feb 2012 09:39:28 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.2.1</generator> <item><title>By: Web Directions @media Interview: Jonathan Stark – Mobile Web Apps &#124; Website Developer Research &#38; Development</title><link>http://www.webdirections.org/blog/iphone-native-apps-the-great-leap-backwards/comment-page-1/#comment-221250</link> <dc:creator>Web Directions @media Interview: Jonathan Stark – Mobile Web Apps &#124; Website Developer Research &#38; Development</dc:creator> <pubDate>Tue, 01 Jun 2010 11:08:56 +0000</pubDate> <guid isPermaLink="false">http://www.webdirections.org/?p=565#comment-221250</guid> <description>[...] iPhone native Apps: the great leap backwards? [...]</description> <content:encoded><![CDATA[<p>[…] iPhone native Apps: the great leap backwards? […]</p> ]]></content:encoded> </item> <item><title>By: Web Directions @media Interview: Jonathan Stark &#8211; Mobile Web Apps</title><link>http://www.webdirections.org/blog/iphone-native-apps-the-great-leap-backwards/comment-page-1/#comment-221248</link> <dc:creator>Web Directions @media Interview: Jonathan Stark &#8211; Mobile Web Apps</dc:creator> <pubDate>Tue, 01 Jun 2010 07:47:53 +0000</pubDate> <guid isPermaLink="false">http://www.webdirections.org/?p=565#comment-221248</guid> <description>[...] iPhone native Apps: the great leap backwards? [...]</description> <content:encoded><![CDATA[<p>[…] iPhone native Apps: the great leap backwards? […]</p> ]]></content:encoded> </item> <item><title>By: Web Directions @media Interview: Jonathan Stark — Mobile Web Apps &#124; Website Developer Research &#38; Development</title><link>http://www.webdirections.org/blog/iphone-native-apps-the-great-leap-backwards/comment-page-1/#comment-221247</link> <dc:creator>Web Directions @media Interview: Jonathan Stark — Mobile Web Apps &#124; Website Developer Research &#38; Development</dc:creator> <pubDate>Tue, 01 Jun 2010 03:03:12 +0000</pubDate> <guid isPermaLink="false">http://www.webdirections.org/?p=565#comment-221247</guid> <description>[...] iPhone native Apps: the great leap backwards? [...]</description> <content:encoded><![CDATA[<p>[…] iPhone native Apps: the great leap backwards? […]</p> ]]></content:encoded> </item> <item><title>By: The future of development? Palm&#8217;s web technology grounded Pre launches next week &#124; Web Directions</title><link>http://www.webdirections.org/blog/iphone-native-apps-the-great-leap-backwards/comment-page-1/#comment-198687</link> <dc:creator>The future of development? Palm&#8217;s web technology grounded Pre launches next week &#124; Web Directions</dc:creator> <pubDate>Thu, 04 Jun 2009 22:56:09 +0000</pubDate> <guid isPermaLink="false">http://www.webdirections.org/?p=565#comment-198687</guid> <description>[...] Our interest is simple - the way you develop for the Pre and its new webOS is to use CSS, HTML and JavaScript. Now, this was the way Apple initially announced you should develop applications for the iPhone, but then ultimately realeased their own Cocoa based development framework for native iPhone apps, CocoaTouch, which we suggested was a &#8220;great leap backwards&#8221;. [...]</description> <content:encoded><![CDATA[<p>[…] Our interest is simple — the way you develop for the Pre and its new webOS is to use CSS, HTML and JavaScript. Now, this was the way Apple initially announced you should develop applications for the iPhone, but then ultimately realeased their own Cocoa based development framework for native iPhone apps, CocoaTouch, which we suggested was a “great leap backwards”. […]</p> ]]></content:encoded> </item> <item><title>By: michelle</title><link>http://www.webdirections.org/blog/iphone-native-apps-the-great-leap-backwards/comment-page-1/#comment-163213</link> <dc:creator>michelle</dc:creator> <pubDate>Tue, 17 Mar 2009 16:26:21 +0000</pubDate> <guid isPermaLink="false">http://www.webdirections.org/?p=565#comment-163213</guid> <description>Just like in the non-mobile world both apps have there place, and it pains me that apple doesn&#039;t just offer some simple xcode templates which expose uiwebkit, and would be acceptable in the app store. So the app would mainly be webbased but have a native look and feel. (much like air on the desktop) Yes you can do that with just an uiwebview, but apple considers that a webclipping app and WILL reject it.Given that there is a lot functionality you need the native environment for. Not to mention if you have some functionality when the web is unavailable or your hitting multiple web sites, or want to keep open multiple sessions and push data from one session to another using server push. btw. I&#039;m still trying to work that one through because there seems to be a bug in using multiple uiwebviews.The point is, from an enterprise coporate standards apps that get and display data from webpages are probably more cost effective as web apps and more secure. But if you need phone functionality or more polished look an feel you want to use a native wrapper.We have a project using the server side icefaces here, you might be interested in. www.mooncatventures.com/blogs</description> <content:encoded><![CDATA[<p>Just like in the non-mobile world both apps have there place, and it pains me that apple doesn’t just offer some simple xcode templates which expose uiwebkit, and would be acceptable in the app store. So the app would mainly be webbased but have a native look and feel. (much like air on the desktop) Yes you can do that with just an uiwebview, but apple considers that a webclipping app and WILL reject it.</p><p>Given that there is a lot functionality you need the native environment for. Not to mention if you have some functionality when the web is unavailable or your hitting multiple web sites, or want to keep open multiple sessions and push data from one session to another using server push. btw. I’m still trying to work that one through because there seems to be a bug in using multiple uiwebviews.</p><p>The point is, from an enterprise coporate standards apps that get and display data from webpages are probably more cost effective as web apps and more secure.<br /> But if you need phone functionality or more polished look an feel you want to use a native wrapper.</p><p>We have a project using the server side icefaces here, you might be interested in.<br /> <a href="http://www.mooncatventures.com/blogs" rel="nofollow">http://www.mooncatventures.com/blogs</a></p> ]]></content:encoded> </item> <item><title>By: Great moments in Hypocrisy (mine) &#124; Web Directions</title><link>http://www.webdirections.org/blog/iphone-native-apps-the-great-leap-backwards/comment-page-1/#comment-94336</link> <dc:creator>Great moments in Hypocrisy (mine) &#124; Web Directions</dc:creator> <pubDate>Thu, 16 Oct 2008 00:39:12 +0000</pubDate> <guid isPermaLink="false">http://www.webdirections.org/?p=565#comment-94336</guid> <description>[...] some while back I wrote quite scathingly about native iPhone apps. I still stand by what I wrote there - but that hasn&#8217;t stopped me downloading some apps, and [...]</description> <content:encoded><![CDATA[<p>[…] some while back I wrote quite scathingly about native iPhone apps. I still stand by what I wrote there — but that hasn’t stopped me downloading some apps, and […]</p> ]]></content:encoded> </item> <item><title>By: dave</title><link>http://www.webdirections.org/blog/iphone-native-apps-the-great-leap-backwards/comment-page-1/#comment-27150</link> <dc:creator>dave</dc:creator> <pubDate>Thu, 31 Jul 2008 18:31:46 +0000</pubDate> <guid isPermaLink="false">http://www.webdirections.org/?p=565#comment-27150</guid> <description>It should be easy to find 10 tasks that can only be performed natively. Things that are currently out of reach for a web app: accessing address book, appts on the calendar, using the camera, GPS, accelerometer, accessing media in the iPod library, picking photos from the library, core animation, recording/playing audio, accessing voicemail, etc.Seeing as you can embed a UIWebView control into a native app, it is fair to say that a native app can do pretty much anything a web app can do. However, a native app will have a hard time rendering custom content (even to the extent of text that uses multiple fonts) without resorting to this control.As it stands now, it appears a hybrid solution covers most that the device has to offer, but each SDK falls short when used on its own.</description> <content:encoded><![CDATA[<p>It should be easy to find 10 tasks that can only be performed natively. Things that are currently out of reach for a web app: accessing address book, appts on the calendar, using the camera, GPS, accelerometer, accessing media in the iPod library, picking photos from the library, core animation, recording/playing audio, accessing voicemail, etc.</p><p>Seeing as you can embed a UIWebView control into a native app, it is fair to say that a native app can do pretty much anything a web app can do. However, a native app will have a hard time rendering custom content (even to the extent of text that uses multiple fonts) without resorting to this control.</p><p>As it stands now, it appears a hybrid solution covers most that the device has to offer, but each SDK falls short when used on its own.</p> ]]></content:encoded> </item> <item><title>By: Susan</title><link>http://www.webdirections.org/blog/iphone-native-apps-the-great-leap-backwards/comment-page-1/#comment-25261</link> <dc:creator>Susan</dc:creator> <pubDate>Sat, 26 Jul 2008 16:06:12 +0000</pubDate> <guid isPermaLink="false">http://www.webdirections.org/?p=565#comment-25261</guid> <description>Who can list 10 things that can be done with an &#039;iPhone app&#039;... that&#039;s *IMPOSSIBLE* to do with an &quot;iPhone web app&quot;?Or... who can list other 10 things that can be done with an &#039;iPhone web app&#039;... that&#039;s *IMPOSSIBLE* to do with an &quot;iPhone app&quot;?</description> <content:encoded><![CDATA[<p>Who can list 10 things that can be done with an ‘iPhone app’… that’s *IMPOSSIBLE* to do with an “iPhone web app”?</p><p>Or… who can list other 10 things that can be done with an ‘iPhone web app’… that’s *IMPOSSIBLE* to do with an “iPhone app”?</p> ]]></content:encoded> </item> <item><title>By: john</title><link>http://www.webdirections.org/blog/iphone-native-apps-the-great-leap-backwards/comment-page-1/#comment-24463</link> <dc:creator>john</dc:creator> <pubDate>Fri, 25 Jul 2008 00:53:55 +0000</pubDate> <guid isPermaLink="false">http://www.webdirections.org/?p=565#comment-24463</guid> <description>Hi all,I&#039;ve posted a follow up article addressing many of the comments here. Sorry it took a little time.http://www.webdirections.org/blog/iphone-native-apps-redux/</description> <content:encoded><![CDATA[<p>Hi all,</p><p>I’ve posted a follow up article addressing many of the comments here. Sorry it took a little time.</p><p><a href="http://www.webdirections.org/blog/iphone-native-apps-redux/" rel="nofollow">http://www.webdirections.org/blog/iphone-native-apps-redux/</a></p> ]]></content:encoded> </item> <item><title>By: J Walker</title><link>http://www.webdirections.org/blog/iphone-native-apps-the-great-leap-backwards/comment-page-1/#comment-23570</link> <dc:creator>J Walker</dc:creator> <pubDate>Wed, 23 Jul 2008 13:55:00 +0000</pubDate> <guid isPermaLink="false">http://www.webdirections.org/?p=565#comment-23570</guid> <description>Many have already stated this, but for me, your article hinges on a faulty premise; constant connectivity to the &#039;webs. I&#039;ve been out of the country since late March, which until the 2.0 release, basically meant I had a nice iPod.That&#039;s really it, isn&#039;t it? It&#039;s hard to build a logical argument on such a flawed foundation. Of course, if the idea was to generate page views, then I would say your article was a success...</description> <content:encoded><![CDATA[<p>Many have already stated this, but for me, your article hinges on a faulty premise; constant connectivity to the ‘webs. I’ve been out of the country since late March, which until the 2.0 release, basically meant I had a nice iPod.</p><p>That’s really it, isn’t it? It’s hard to build a logical argument on such a flawed foundation. Of course, if the idea was to generate page views, then I would say your article was a success…</p> ]]></content:encoded> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching 1/16 queries in 0.015 seconds using disk: basic
Object Caching 539/545 objects using disk: basic

Served from: www.webdirections.org @ 2012-02-09 20:18:44 -->
