PhoneGap vs. Native: Some Thoughts on Going Native
groups.google.com
PhoneGap vs. Native: Some Thoughts on Going Native
1–10 of 41 posts
Re: PhoneGap vs. Native: Some Thoughts on Going Native
#21) A/B testing of users' responses and revenue outcomes on native vs wrapper implementations of apps
2) Webkit performance metrics in wrapped apps on different platforms (e.g., exactly how slow is the app on the 4S, why, and can this be mitigated?)
3) good approaches to interfaces that don't confuse or put off the user but are simple enough to run smoothly in Webkit
I'd love it if anyone could point me to enlightening information on these topics.
Re: PhoneGap vs. Native: Some Thoughts on Going Native
#3Re: PhoneGap vs. Native: Some Thoughts on Going Native
#4Re: PhoneGap vs. Native: Some Thoughts on Going Native
#5For all of the attention to user interface design, I find iPhone development one of the least intuitive environments going. Objective C isn't bad, but wiring up GUIs ends up being a headache. It seems to make sense if you understand what is going on behind the scenes and look at it from the perspective of dragging / dropping / connecting widgets rather than taking corresponding steps by writing code, but I have not been working with XCode for years and don't see it that way. Most other visual development environment that I has felt somehow more intuitive (some VB, other small third party UI design tools).
Re: PhoneGap vs. Native: Some Thoughts on Going Native
#6Otherwise, and until the majority of smartphone become as powerful as the iphone4S, stay native. With ARC, developping on iOS with Obj C has become pretty much like developping with any other language (if not better).
Re: PhoneGap vs. Native: Some Thoughts on Going Native
#7Same experience with phonegap + sencha touch. My personnal conclusion is that : if you're doing "business" app (aka : where data matters much more than UI responsiveness) AND you want to release the app both for Android and iOS : go Phonegap. Otherwise, and until the majority of smartphone become as powerful as the iphone4S, stay native. With ARC, developping on iOS with Obj C has become pretty much like developping…
It's not a question that can be answered without additional context, but thoughts on various approaches for this situation would be helpful and appreciated.
Re: PhoneGap vs. Native: Some Thoughts on Going Native
#8Great post. Having dabbled in mobile dev (and spent lots of time in web development), I always want to leverage my existing skills rather than learn new languages/dev techniques if possible. Still, a hammer - no matter how useful - is not always the right tool for the job... For all of the attention to user interface design, I find iPhone development one of the least intuitive environments going. Objective C isn't ba…
Re: PhoneGap vs. Native: Some Thoughts on Going Native
#9Another point: You have to pay to have you app reviewed on the AppStore, and it may be refused. If it is accepted, Apple will take 30% of your incomes. And your app will remain slow if it is connected to a database online.