GauravSTomar
GauravSTomar

Reputation: 614

Corona vs Titanium for iOS and Android development

i am using phonegap since last one year but not satisfied with the performance, now i m looking for a change and wanna start with Corona or Titanium but don't know which one is better, i don't have any problem with Corona's Lua or Titanium's JS just want a better and scalable working environment, please show me the light to chose a better way.

Upvotes: 1

Views: 2128

Answers (3)

Warpzit
Warpzit

Reputation: 28152

In general these kinds of tools just doesn't work optimal. Applications made tend to crash, leak memory and you still have to do a lot of double work for making specific solutions for iOS and Android... not recommended.

Edit

Of course they have their use but Facebook abandoned this approach after a lot of issues. There is a lesson to be learned when a huge company like Facebook throws the towel in the ring.

Upvotes: 3

Rene Pot
Rene Pot

Reputation: 24815

Titanium is perfect for facebook/twitter application development. They even have modules for it. The facebook one is for free, the twitter module comes with the premium version.

Facebook module documentation: http://developer.appcelerator.com/apidoc/mobile/latest/Titanium.Facebook-module

It's all build on JavaScript. So if you have any knowledge on it, you get the hang of it quite soon.

Upvotes: 1

The Zero
The Zero

Reputation: 1375

Corona is mainly for game development and titanium having one module for game development. If you focusing on game development than corona there for you otherwise use titanium.

Upvotes: 1

Related Questions