[android-developers] Re: Is PhoneGap Good Enough?

2012-02-14 Thread FiltrSoft
I don't know much about PhoneGap, but my philosophy is that there are no shortcuts in proper development. On Feb 14, 1:34 pm, mduffy215 mduffy...@gmail.com wrote: It seems that PhoneGap has evolved to the point where it is now good enough to use in an HTML5 project for creating apps for

[android-developers] Re: Is PhoneGap Good Enough?

2012-02-14 Thread John Coryat
Phonegap can work if you have a very efficient webview component. It can be less than useful if you use things like jQuery and other huge libraries that are designed for the desktop. If you stick with code you've written yourself and minimize the extraneous libraries and have a relatively

Re: [android-developers] Re: Is PhoneGap Good Enough?

2012-02-14 Thread Greg Donald
On Tue, Feb 14, 2012 at 1:56 PM, John Coryat cor...@gmail.com wrote: The bottom line on webview apps is they are ok for simple, single screen type apps that don't contain a lot of moving elements. Once you start to add animations and other fancy things, they get slow and ponderous. Yeah,