Poll: What mobile HTML5 framework do you use?
21–30 of 59 posts
Re: Poll: What mobile HTML5 framework do you use?
#22Re: Poll: What mobile HTML5 framework do you use?
#23Phonegap and Titanium are different things from jQuery Mobile and Sencha Touch, which are slightly different form jQTouch. Want to build a complex app that could run on iOS, Android and Windows Mobile with no(t much) fuss? Don't like writing HTML or CSS by hand but enjoy writing JavaScript MVC stuff and fancy learning new stuff? Go with Sencha. Want to build a nice mobile interface for a website but you need your ver…
Re: Poll: What mobile HTML5 framework do you use?
#24Hybrid of Sencha Touch / PhoneGap actually. ST has been great for our two-person team.
Re: Poll: What mobile HTML5 framework do you use?
#25Re: Poll: What mobile HTML5 framework do you use?
#26With mobile web development, the frameworks add needless complication and bloat. All the successful good-looking mobile webapps I've used (Twitter, FB, etc.) don't use any of these frameworks.
Re: Poll: What mobile HTML5 framework do you use?
#27Re: Poll: What mobile HTML5 framework do you use?
#28Runs smooth :)
Re: Poll: What mobile HTML5 framework do you use?
#29* a faster development process once you're clear on the concepts
* along with conventions, a lot of configuration is possible
* the new class system makes it easy to build custom UI components and write maintainable code
* the new class system combined with jsbuilder/sdk tools helps you produce minimal js.
* many well done examples
* ComponentView and DataViews are kickass. saves many lines of code that you might have written for updating views otherwise
* many types of eventful data stores, and they talk REST out of the box!
* great performance on iOS in general
* our customers needed a lot of theming - we build our theming system on top of sencha's sass work. rolling out new looks = 10 lines of change for us :)
* free :)