Cross-platform web frameworks - the difference

I have a problem understanding which of these structures is designed for which purpose. Here:

http://codegeekz.com/mobile-frameworks-for-developers/

20 wireframes are listed. I understand that they help to create applications for Android and iOS using html, css and JS.

But I don’t understand what the difference is. What are PhoneGap and Appcelerator, and what is Sencha-touch, jQueryMobile, Fries, etc.

I see here: Is Sencha Touch a user interface that can (or should?) Be used with PhoneGap? Sencha Touch 2 is a cross-platform web framework, so I can use it with jQueryMobile, for example, or how does it all work? How can I combine this framework, because honestly - I lost a little.

+4
source share
1 answer

Introduction

I will write to you what framework is created for creating hybrid mobile applications.

List

This is a list of the top 5 currently used frameworks:

  • jQuery Mobile - free

    Probably mainly used wireframe. Easy as hell. Slowest of them. Large online community.

  • Sencha Touch - Free / Commercial

    The second mostly used framework is difficult to study and study, especially if you are not good with vanilla javascript Fast A large online community

  • AppFramework - Free

    Easy to master Fast Poor community support, at least compared to the other structures listed.

  • Kendo UI - Free / Commercial

    , jQuery Mobile / - ,

  • PhoneJS - /

    , jQuery Mobile - ,

  • Appcelerator - /

    , , Sencha Touch - - ,

. , Phonegap. HTML5 JavaScript. HTML/JS/CSS , , .

Appcelerator - , javascript . Phonegap, Appcelerator , javascript .

HTML5 , , Sencha Touch jQuery Mobile. , . Sencha Touch - javascript , javascript. jQuery Mobile framework HTML5, jQuery . Kendo PhoneJS.

+6

All Articles