by yosho on 2/14/12, 11:34 PM with 51 comments
by stevenou on 2/15/12, 12:15 AM
I looked at PhoneGap and Titanium primarily. We ended up going with Titanium for a few reasons:
- As you may or may not know, PhoneGap works by creating a sort of Safari "wrapper" that lets you write your app in HTML5 and JS. But the performance is crappy relative to native rendering. Titanium also used to work the same way, but more recently it actually compiles code written in JavaScript to native Obj C and Java. Clearly the benefit is speed.
- Even though Titanium only supports iOS and Android, we didn't really plan on ever developing for other platforms (e.g. Windows Phone, BlackBerry, webOS).
If you're looking into developing a mobile app, I would recommend taking a look at Titanium. To be fair, I had to write a little Obj C to hack geofencing functionality into Titanium (if you're interested in that: http://stevenou.com/post/17623116547/how-to-hack-geofencing-...).
There were lots of pros and cons to using Titanium and I'd be happy to answer any questions.
by d2ncal on 2/15/12, 3:06 AM
We have built our app ( Icebreak for Couples - http://itunes.apple.com/app/id476063944 ) using Titanium.
When we started building it, Titanium was very very buggy. It has since improved, but still has a lot of really basic stuff that is broken. Their forums have a lot of questions that have been unanswered for over an year.
Our reason for picking Titanium was basically to have an app that is just like a native app on both iPhone and Android without writing the code twice.
We have found out that porting a Titanium app to Android is taking a ton of effort, lot more than we originally thought. I would be curious to hear what the RAVN team has to say regarding their Android version.
Its just not as cross-platform as we thought :(. I would be extremely careful before picking it in the future.
Basically, if you build native apps:
Native App: iPhone=1X, Android=1X. If you want both Android and iPhone: 2X
Titanium App: iPhone=2X,Porting to Android: 0.7X. Total effort: 2.7X
Native Wins.
by gpmcadam on 2/15/12, 12:03 AM
by flixic on 2/15/12, 12:04 AM
by draggnar on 2/15/12, 12:51 AM
by bwm on 2/15/12, 1:24 AM
by romefort on 2/15/12, 4:45 AM
by joezhou on 2/15/12, 12:54 AM
by paisible on 2/15/12, 1:30 AM