1

I need to write an application for iOS and Android. Don't have a need and time to write a native app, so thinking about using a cross-platform mobile development tools, such as phonegap, titanium etc. Which tool should I use? I am interested in the product offered by Icenium that uses Apache Cordova framework. How is it different from Phonegap? May be there are other tools which are better? Thank you!

  • Also, you may be interested in Xamarin, if you know C# (or Java, as C# isn't to hard to pick up if you do). I would love to learn to use it at some point, as I haven't yet. – tjons Oct 02 '13 at 01:03

2 Answers2

1

To answer directly your question "How is Icenium different from Phonegap?", we've published a blog post: What's the Difference Between Icenium and PhoneGap Build?

You might also be interested in: What is Icenium Really?

silverchair
  • 920
  • 2
  • 9
  • 18
  • Rather than requiring people to visit your website to read this, could you summarize the relevant content within your answer? That would help prevent against the links going down or moving in the future. – Brad Larson Oct 02 '13 at 21:08
  • Since your answer is apparently too complex to be summarized here, I'm going to go ahead and close this question as too broad. – Robert Harvey Oct 06 '13 at 01:51
-2

One big difference: The fact the Phonegap is free, whereas Icenium is not. :( That being said, I recommend using Phonegap Build from Adobe, alongside of Phonegap. It is what I use.

Icenium seems to have better integration with Visual Studio, so if that is your thing, it may be nice. I use sublime text 3, so I have yet to try the tools with both of them and Visual Studio.

Also, you may be interested in Xamarin, if you know C# (or Java, as C# isn't to hard to pick up if you do). I would love to learn to use it at some point, as I haven't yet.

tjons
  • 4,749
  • 5
  • 28
  • 36
  • From the Icenium website I understood that the back end of the application in Apache Cordova is stored on a cloud. Isn't it an advantage? Also, since you have an experience developing in phonegap, how much slower is it compared to the native app? Thanks in advance! – Shaken Bissenkulov Oct 02 '13 at 01:10
  • I don't know about speed, as none of my apps are both native and HTML5. Also, none of my projects have gotten to production yet. For Apache Cordova backends in the cloud, I am not aware of such a feature. I know they compile in the cloud with Icenium. – tjons Oct 02 '13 at 01:19