Is Sencha Touch a user interface that can (or should?) Be used with PhoneGap?

I plan to develop my first mobile application and want to use my skills as a web developer. So I started looking at PhoneGap. In this process, I realized that I should probably use some kind of user interface structure. JQuery Mobile seems to have speed issues. Sencha Touch 2 is supposedly faster. So, I decided that I should use PhoneGap + Sencha Touch 2.

However, it seems that Sencha Touch 2 is not a user interface. It seems to be something similar to PhoneGap. I may be heading in the wrong direction.

Questions:

  • Is it a good idea to combine PhoneGap and Sencha Touch 2?
  • Are there any other user interface frameworks worth paying attention to?
-1
source share
1 answer

Well, Sencha Touch is completely different from PhoneGap.

PhoneGap in a nutshell gives you javascript APIs that access native apis on many mobile platforms.

Sencha Touch 2 - -. Sencha Touch 2 apis, , , ST2 . ST2 , - (, , ) , SASS.

, ST2, :

http://docs-origin.sencha.com/touch/2.2.1/#!/guide/getting_started

http://docs-origin.sencha.com/touch/2.2.1/#!/guide/first_app

, .

http://docs-origin.sencha.com/touch/2.2.1/#!/guide/class_system

0

All Articles