You Keep Using That Word, I Do Not Think It Means What You Think It Means
An HTML5 app turned native in 10 minutes with PhoneGap Build?
31–40 of 56 posts
Re: An HTML5 app turned native in 10 minutes with PhoneGap Build?
#32But there is reports that Apple will not let you through since jQuery mobile animations perform too poorly, oups. If you read the first answer on the page he links to it sounds like the application was missing a lot of optimisation and was overall executed poorly.
I work at a big bank and we're developing a very complex application using only jQuery Mobile and Angular JS & fastclick.js. If properly executed, the app runs beautifully and very, very smoothly. Even as a webapp it performs exactly as native. JQM is beautiful if you really know how to use and know what you're doing. We're deploying on 20 devices with only one code base and it works flawlessly, it's amazing. We only…
And your single codebase likely has a UI and ux that feels wrong on all platforms.
(I built two of the largest US banks mobile apps using Yui and jqm. )
Re: An HTML5 app turned native in 10 minutes with PhoneGap Build?
#33its not magic, its not even hard, you just happen to not know about how it works... if you are interested this is easy to fix with google and experimentation. :)
knowing about android sdk versions is something you would also know if you were an android developer. its everywhere from the first time you install an sdk or ndk - i agree that Google suck at developer tools and docs, absolutely 110%, and this is a good example of that - a lot of their tools I consider 'unshippable' they are so bug riddled and unusable - but thats a tangent.
i do wonder though why even use a native app like this? isn't a web app more friendly? you certainly won't get any of the performance benefits of native code without some real heavy lifting on the part of the framework/library/sdk. isn't a landing page asking you to download a native app just annoying? i know its popular but its just a UX fail however I look at it...
Re: An HTML5 app turned native in 10 minutes with PhoneGap Build?
#34Re: An HTML5 app turned native in 10 minutes with PhoneGap Build?
#35Now, this is pie-in-the-sky thinking, but I'd love to see something like Xamarin, that uses JS (for logic) and HTML/subset of CSS (for presentation) that builds cross-platform using native widgets. Hey, one can dream, can't they?
I think this will stay a dream for a very long while. If Xamarin would create controls based on the lowest common denominator of each platform (with regards to functionality), the capabilities of said controls would be very limited indeed, likely only useful for the most basic of apps.
Re: An HTML5 app turned native in 10 minutes with PhoneGap Build?
#36Earlier quoted context omitted.
I work at a big bank and we're developing a very complex application using only jQuery Mobile and Angular JS & fastclick.js. If properly executed, the app runs beautifully and very, very smoothly. Even as a webapp it performs exactly as native. JQM is beautiful if you really know how to use and know what you're doing. We're deploying on 20 devices with only one code base and it works flawlessly, it's amazing. We only…
No, what you are doing is likely not that complex and just a series of forms and buttons, which jqm is fine for. If you are doing anything truly interface heavy and complex, the hard parts either having nothing to do with jqm or can't be done in jqm smoothly. And your single codebase likely has a UI and ux that feels wrong on all platforms. (I built two of the largest US banks mobile apps using Yui and jqm. )
Re: An HTML5 app turned native in 10 minutes with PhoneGap Build?
#37Earlier quoted context omitted.
I work at a big bank and we're developing a very complex application using only jQuery Mobile and Angular JS & fastclick.js. If properly executed, the app runs beautifully and very, very smoothly. Even as a webapp it performs exactly as native. JQM is beautiful if you really know how to use and know what you're doing. We're deploying on 20 devices with only one code base and it works flawlessly, it's amazing. We only…
No, what you are doing is likely not that complex and just a series of forms and buttons, which jqm is fine for. If you are doing anything truly interface heavy and complex, the hard parts either having nothing to do with jqm or can't be done in jqm smoothly. And your single codebase likely has a UI and ux that feels wrong on all platforms. (I built two of the largest US banks mobile apps using Yui and jqm. )
Unless you've actually been in my environment and used my app that we've been developing straight for the past year, kindly fuck off.
Re: An HTML5 app turned native in 10 minutes with PhoneGap Build?
#38Earlier quoted context omitted.
I work at a big bank and we're developing a very complex application using only jQuery Mobile and Angular JS & fastclick.js. If properly executed, the app runs beautifully and very, very smoothly. Even as a webapp it performs exactly as native. JQM is beautiful if you really know how to use and know what you're doing. We're deploying on 20 devices with only one code base and it works flawlessly, it's amazing. We only…
Happy to hear that, I will update the article with your comment, I also saw people with lot's of issues with long list & jquery mobile while looking but since it's a framework that basically can be use by anyone I guess I should have expected that some people would submit unoptimized apps with jQuery mobile.
Re: An HTML5 app turned native in 10 minutes with PhoneGap Build?
#39Now, this is pie-in-the-sky thinking, but I'd love to see something like Xamarin, that uses JS (for logic) and HTML/subset of CSS (for presentation) that builds cross-platform using native widgets. Hey, one can dream, can't they?
Re: An HTML5 app turned native in 10 minutes with PhoneGap Build?
#40don't be mystified. all of this comes from your lack of knowledge and experience of native development. if it works in a webview then making a 'native' app out of it is not going to be complicated - you make something with a webview and the html or whatever other source data in the package. its not magic, its not even hard, you just happen to not know about how it works... if you are interested this is easy to fix wi…
This absolutely mystifies me. Especially after coming in from the iOS development stack, the android sdk's, simulator, et al, are shockingly bad. And it's been YEARS now.