Earlier quoted context omitted.
I just watched this video ( http://gigaom.com/2011/09/27/facebook-mobilize-2011/ ) where Facebook's head of mobile product talks (a tiny bit) about using HTML5 in their mobile products instead of all native development to keep pace with launches on the Facebook desktop site. Check out the video at ~16 minute mark.
As if by magic, this story was just published: http://www.readwriteweb.com/archives/how_facebook_mobile_wil...
Write your app in HTML5, upload it and get back app-store ready apps
61–70 of 97 posts
Re: Write your app in HTML5, upload it and get back app-store ready apps
#62So smooth.
Re: Write your app in HTML5, upload it and get back app-store ready apps
#63Great service - I've used it to build a modest application or two for Android and iOS. One caveat: Phonegap plugins that include native components (for example, the Facebook plugin) can't be included in apps built with Phonegap Build (yet).
What plugins have you been using? Last time I look at pg, the plugins I found were alpha quality or just abandoned. I'd love to hear what's current. Thanks.
Re: Write your app in HTML5, upload it and get back app-store ready apps
#64This is my favorite example of an expertly-made PhoneGap app: http://www.youtube.com/watch?v=0pCtD4GuAqE So smooth.
Re: Write your app in HTML5, upload it and get back app-store ready apps
#65I think PhoneGap is doing great work, they're obviously getting better, and I don't mean to diminish what others have poured so much effort into. But, are there any successful apps made with PhoneGap? Writing apps in HTML5 is constantly hyped, but there isn't a single HTML app out of the dozens on my iPhone except Netflix. PhoneGap's app gallery doesn't have a single app I've heard of. (The Netflix app isn't too plea…
Phonegap is a great feel good piece of technology, that browser enthusiasts can point to and say, "See this is what you can do with the web".
Re: Write your app in HTML5, upload it and get back app-store ready apps
#66This is my favorite example of an expertly-made PhoneGap app: http://www.youtube.com/watch?v=0pCtD4GuAqE So smooth.
Nice. Anyone know how they achieved the transition effect? It's not a simple CSS3 transform. The bottom of the page seems to move first, then the top of the page is dragged over.
Re: Write your app in HTML5, upload it and get back app-store ready apps
#67Earlier quoted context omitted.
I'm fairly certain that the Facebook iPhone app does not UIWebViews to render anything. Their fast-scrolling tableviews are painstakingly crafted from scratch, natively, and (I believe) still use Joe Hewitt's framework for complex view rendering. I know some guys on the Facebook iPhone app team and they're die-hard Cocoa developers, I can't see them ever saying "screw it" and using a UIWebView with HTML.
Go to your profile and swipe left on a wall post and observe the "Remove" button and its animation. Now go to the bottom of your wall, and tap on the "See more posts..." cell. Notice that the activity indicator is an animated GIF. Open the app frequently and you'll see certain elements in the UI automatically changing without downloading an update. Or check out m.facebook.com and play around with the news feed that i…
Re: Write your app in HTML5, upload it and get back app-store ready apps
#68Earlier quoted context omitted.
I'm fairly certain that the Facebook iPhone app does not UIWebViews to render anything. Their fast-scrolling tableviews are painstakingly crafted from scratch, natively, and (I believe) still use Joe Hewitt's framework for complex view rendering. I know some guys on the Facebook iPhone app team and they're die-hard Cocoa developers, I can't see them ever saying "screw it" and using a UIWebView with HTML.
Some, but not all, table views were replaced with web views a few months ago. News Feed is one example that is now HTML.
...but when I am it's by Joe Hewitt. TGIF!
Re: Write your app in HTML5, upload it and get back app-store ready apps
#69What we are not having problems with is the fact that we only really have a single thread to do everything. All I can say is that I'm glad it wasn't my idea to build it this way.