Noor
Noor

Reputation: 20140

Mobile HTML5 Frameworks

I need to know the best suited mobile frameworks which greatly exploits the functionalities of HTML5. Some of the choices I have are:

  1. PhoneGap
  2. JQuery Mobile
  3. Sencha Touch

Can you friends just guide me based on the experience you have with mobile apps development Thanks

Upvotes: 2

Views: 1029

Answers (2)

Max Katz
Max Katz

Reputation: 1582

Not exactly a framework, you may want to try Tiggr Mobile Apps Builder - http://gotiggr.com. It's a cloud service for building HTML5 and native apps. The builder uses jQuery Mobile, and PhoneGap (for native).

Note: I work for Exadel, the company behind Tiggr.

Upvotes: 1

hatunike
hatunike

Reputation: 1977

Some specific facts that might help you would be to compare the documentation for each of the frameworks. I've found that how a mobile framework is documented is the number 1 thing that is important to me when i get deep into it. So here are the links to each of the documentations.

PhoneGap
JQuery
Sencha Touch

Consequently, you may want to familiarize exactly WHAT constitutes a "mobile" framework. For example, i use both phonegap AND sencha touch. So take some time to read up on exactly what's what. Sometimes you can use multiple frameworks together.

Upvotes: 5

Related Questions