cordovaintel-xdk

Different between phonegap and intel xdk or others


So, i just beginning to make hybrid mobile apps, and at first i'm going to learn phonegap but after reading some article there is mentioned about intel XDK which do what that phonegap can do but in more straight forward instalation(it have ide, emulator and so on)

so what is the difference between those? and which one is better in term of getting tutorials, community support and supported api for mobile platform?

or is it the same thing? since intel xdk can be integrated with phonegap, so it's very confusing...


Solution

  • Generally speaking you have different types of frameworks aimed to build hybrid apps :

    As you see, the choice is very broad now !

    Cordova and XDK are not too difficult to begin with but will show their limits shortly because they produce HTML5, not native code.

    Titanium is a good choice if you want to code only in HTML/JS and have access to mobile platforms native controls. It has now an MVC Framework called Alloy. It produce rather big applications even for HelloWorld as will do most of these tools !

    Unity is the best if you want to build something like a multi-platform Game. It cross-platform habilities are amazing

    Xamarin is good and not very expensive if you like C#.

    Choose Kivy if you want to develop with Python/Pygames tools and libgdx if you are a Java addict.