Live data from Hacker News

Write your app in HTML5, upload it and get back app-store ready apps

build.phonegap.com

61–70 of 97 posts

Re: Write your app in HTML5, upload it and get back app-store ready apps

#61

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...

not magic, TechCrunch and other blogs have been talking about Project Spartan for months. The screen shots were leaked yesterday, which is news worthy...unlike our comments.

Re: Write your app in HTML5, upload it and get back app-store ready apps

#63

Great 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.

At the moment, just the Facebook plugin for Facebook Connect authentication.

Re: Write your app in HTML5, upload it and get back app-store ready apps

#64
post #62

This 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

#65

I 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…

This has always been my feeling. It hasn't made me any friends though.

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

#66
post #62

This 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.

It could be an artifact of the scanning used in the video capture. The image has moved between the time the top pixels and bottom pixels were recorded. I believe this is known as aliasing.

Re: Write your app in HTML5, upload it and get back app-store ready apps

#67
post #9

Earlier 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…

I stand corrected! I got confirmation from both Joe Hewitt and JazzyChad that they are indeed webviews used in many places now instead of native tableviews. Disregard everything I said :)

Re: Write your app in HTML5, upload it and get back app-store ready apps

#68
post #9

Earlier 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.

I'm not always proven totally wrong on HN...

...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

#69
I'm writing really a very large app for the company I work for. We're using PhoneGap with HTML and JavaScript and have many plugins.

What 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.

Re: Write your app in HTML5, upload it and get back app-store ready apps

#70
Maybe I'm missing something but given you write the app in HTML/JS it must be difficult to unit test your wrappers for the phonegap functions, as I assume you can't simply pull up your dev site from the phone's browser. I'm thinking particularly about things like the contacts or network status functions.
Post reply on HN