Reputation: 1469
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
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
Reputation: 861
It depends on the app you want to build.
I worked with Sencha Touch and jQuery Mobile.
Sencha Touch:
jQuery Mobile
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
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