mobile - which one i should choose Sencha touch 2 or Phonegap -


i beginner mobile technologies. in cross platform application, have implement push notifications both android , ios , integrate facebook & twitter authentication , use more rss flow.

so, first question "which best framework either jquery mobile or sencha touch 2. preferable initial stage of development???"

second one, "what documentation, how has big resource of documentation , tutorials ?"

the learning curve of sencha touch steep, inherited ext js. need invest lot of time learning ext js architecture , components. if want go own, throw away whole library , end doing application similar phonegap approach.

architecture: sencha touch enforces object-oriented approach. advantage on phonegap. phonegap container , interface native features, not enforce any. of course, similar appraoch can done phonegap using open source frameworks available on web.

extensibility: phonegap supports extensive array of plugins umatched in other framework. it's easy write own well.

creating layouts sencha touch components bit difficult phonegap. must stick layouts, panels, etc.

sencha touch depends radically on javascript creating ui. so, if need customize or add ui components, need in js


Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -