Question

I am using Java Script MVC framework for building a Web Application.. Now i want the same application for mobile aswell..

Can some of you suggest me the best Framework(light) to convert my application for mobile and touch devices?

Raviteja Avvari

Was it helpful?

Solution

what did you try? Did you look at JQuery Mobile? http://jquerymobile.com/ it's quite nice. You could even combine it with KnockoutJS, look at this post for more info: How to architecture a webapp using jquery-mobile and knockoutjs

OTHER TIPS

We use a couple of frameworks for our mobile web dev:

  1. Twitter Bootstrap : Great if you want to build one solution that scales to mobile (use the fluid layout, and make sure to enable mobile)

  2. jQuery Mobile : A little more app-like. jQuery Mobile is great if you follow their rules, but hard to effectively style without a lot of customization. We just use this for prototyping

  3. Dashcode / Apple : Great for iPhone web apps. This platform is all visual and has smooth, easy-to-use data integration and animations

4*. PhoneGap : Not really a javascript framework, but this is a great way to translate a simple web-app into a packaged app for several platforms.

Sencha Touch API is very similar to ExtJS. Porting will be easier as the frameworks are very similar in API, class structures and overall architecture.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top