Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Choose between PhoneGap & Titanium

So, I have to develop a mobile application and I want to use Phonegap or Titanium but I need advice about those technologies...

Are they for free? What are their limitations?

I don't really understand them and I want to have more information before I start coding...

Thanks!

like image 365
Florian Mac Langlade Avatar asked Jun 10 '13 11:06

Florian Mac Langlade


People also ask

What is difference between PhoneGap and ionic?

PhoneGap is an Adobe product which is powered by Apache Cordova. Ionic is a framework which is a set of CSS classes and a JavaScript library, build on top of Cordova with AngularJS.

Is PhoneGap outdated?

Adobe is discontinuing PhoneGap, PhoneGap Build, and Apache Cordova on October 1st, 2020. We encourage you to move your data before this date.

What is difference between PhoneGap and Cordova?

A good way to understand the difference between Apache Cordova and Adobe PhoneGap is to think about how Apple has its Safari browser, but it is based on the open source WebKit engine. The same is true here: Cordova is the open source version of the framework, while PhoneGap is the Adobe-branded version.


1 Answers

Both Phonegap and Titanium are free for developing mobile application and to develop apps using Titanium, you should need basic knowledge in javascript since it is simple javascript combined with Titanium API while we can use most of web technologies like HTML, Javascript, CSS etc. It's purely depend on what type of application you want to create. More simply if you want to create simple app that does not contain graphs and drawings you can simply use Titanium but if your app contains graphs you should use Phonegap.

Please refer the following links. Each can answer your question.

  1. Comparing Titanium And Phonegap - Appcelerator blog

  2. Titanium and Phonegap

  3. Comparison Between Corona Phonegap Titanium

  4. Phonegap vs Titanium

  5. Phonegap or Appcelerator Implementation

  6. Doubts on using Phonegap and Titanium

  7. Appcelerator Titanium vs. Phonegap: Which is the better Mobile Development Platform?

You can see the pricing and plans below:

  1. Titanium Plans and Pricing
  2. Phonegap build pricing plans update

Update: Appcelerator has updated their pricing and it is not free right now. You need to pay $39 for getting an indie seat in Appcelerator.

like image 169
Anand Avatar answered Sep 18 '22 02:09

Anand