Pompeyo
Pompeyo

Reputation: 1469

What is the best solution for a Phonegap project?

I am looking for some experienced developers on Phonegap.

The company where I work, would like to have an Hybrid App using Phonegap.

I have made some web projects, but I've never used any MVC Framework. I practically do all my projects using JavaScript, JQuery, CSS and HTML.

To start this Phonegap project I am making some Internet searching trying to find the best solution to get a well functional App, but apparently there is just too much information:

Mobile Frameworks

MVC Frameworks

Templates

I have no experience using any of this technologies, so I don't mind to start with one of them. I am looking for the best solution to make an App that look as native as possible.

Could someone help me out?

Upvotes: 1

Views: 1233

Answers (3)

Arun Bertil
Arun Bertil

Reputation: 4638

Try the Telerik AppBuilder IDE(Cloud IDE) where you dont need to worry about adding SDKs etc which helps to build very good hybrid applications...some sample applications are also available.

http://www.telerik.com/appbuilder

Upvotes: 8

Lukas K.
Lukas K.

Reputation: 861

It depends on the app you want to build.

I worked with Sencha Touch and jQuery Mobile.

Sencha Touch:

  • You have to write more JavaScript Code and just a little bit of HTML.
  • MVC structured
  • A lot of features
  • Takes long time to learn
  • ...

jQuery Mobile

  • Your Experience with jQuery will help you
  • Lot of HTML and just a little bit JavaScript to write an simple app
  • You have to define your own structure
  • fast to learn
  • ...

My decision was Sencha Touch because of its features.

But what is your app about? I think some details will help us giving more advice.

Upvotes: 2

GenieWanted
GenieWanted

Reputation: 4513

Out of all those mobile frameworks you've mentioned, I found Sencha Touch as a better option. I haven't used Kendo UI but used Jquery Mobile. It is kind of sluggish when it comes to page transitioning. Sencha Touch comes very handy when you want to build hybrid apps that use MVC architecture.

http://www.sencha.com/learn/a-sencha-touch-mvc-application-with-phonegap/

I usually use Sencha Touch to build my app and use PhoneGap in order to access native features. So, the combo of PhoneGap + Sencha Touch is pretty cool.

Upvotes: 1

Related Questions