Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Which one is better to use Sencha Touch or phonegap for android? [closed]

I have searched many articles on Sencha Touch and Phonegap but i was unable to judge which framework is the better to integrate while developing my Android App. and even i got many stuffs on difference between Sencha Touch and Phonegap but it was not enough to recognize which is better framework to use.
So plz any one tell which is good to use. Sencha Touch OR Phonegap

like image 236
Aadi Avatar asked May 06 '13 12:05

Aadi


People also ask

Is Sencha Touch HTML framework?

Sencha Touch is a popular framework of Sencha for creating a user interface for mobile applications. It helps the developer create a mobile app using simple HTML, CSS, JS which supports many mobile devices such as android, IOS, BlackBerry, and Windows. It is based on MVC architecture.

What is Sencha Touch development?

Sencha Touch is a user interface (UI) JavaScript library, or web framework, specifically built for the Mobile Web. It can be used by Web developers to develop user interfaces for mobile web applications that look and feel like native applications on supported mobile devices.


1 Answers

You are asking about 2 completely different frameworks.

Phonegap is only a wrapper framework around other HTML5 GUI frameworks. It can only be used to create a hybrid mobile application and to give it ability to access different phone functions.

On the other hand Sencha Touch is a HTML5 framework for rich web applications that can also be used to create a hybrid mobile application. Sencha can also be packaged with Phonegap, so again you can see they are different frameworks made for different purposes.

Only way Phonegap can compete with Sencha is if you use it with some other HTML5 framework like jQuery Mobile. So basically your question is should I use Sencha Touch or Phonegap + some HTML5 framework.

My advice would be, if you have time learn and use Sencha Touch. It alone works better than Phonegap + jQuery Moible. If you want to find out more about Sencha Touch and jQuery Mobile difference take a look here. BUT, you will spend much more time learning how to create a Sencha Touch app while jQuery Mobile can be learned much much faster. Also Phonegap has a HUGE set of plugins so if you planing to create something more complex they I would advise you Phonegap approach.

If you want to give PhoneGap and jQuery Mobile a chance take a look here, currently last jQuery Mobile version is pretty fast, still not as fast as Sencha Touch but it is finally usable with Phonegap.

You can always go even further, why limit your self with Sencha Touch or jQuery Mobile, even PhoneGap has competition.

There are two excellent article discussing differences among 14 (7 + 7) different HTML5 mobile frameworks:

  • TOP 7 MOBILE APPLICATION HTML5 FRAMEWORKS

  • TOP 7 NOTABLE LESS KNOWN MOBILE HTML5 FRAMEWORKS

like image 166
Gajotres Avatar answered Oct 20 '22 22:10

Gajotres