Mobile apps have never been this vital and popular before. With the easy and convenient availability of smart phones etc., the development of mobile phone apps have taken a new high. Users look for highly interactive mobile apps, which contribute towards making their lives interesting and convenient. Creating web apps and sites for the Mobile Web has its own sets of challenges and techniques. From UIs optimized for fingers instead of mouse cursors to the bandwidth limitations that most portable personal devices have, developing for mobile devices requires a paradigm shift for those of us who’ve traditionally created products aimed at desktops. Some common characteristics of mobile web development frameworks:
- Optimized for touch screen devices: Fingers as input devices instead of mouse cursors provide an extra set of challenges in user interface design. Mobile web development frameworks provide standard UI elements and event-handling specifically for mobile device platforms.
- Cross-platform: Support for multiple mobile device platforms such iOS and Android allows you to get your app to a wide range of users.
- Lightweight: Because of current bandwidth limitations, a stronger emphasis on lowering file weight is placed into mobile web development frameworks.
- Uses HTML5 and CSS3 standards: Most mainstream mobile devices have web browsers that support HTML5 and CSS3, and so mobile web development frameworks take advantage of new features available in these upcoming W3C specifications for a better user experience.
http://www.codeproject.com/Articles/417142/Best-HTML5-Frameworks-for-Mobile-Application-Devel

No comments:
Post a Comment