Threl
Threl

Reputation: 191

Titanium vs The Native Tools

I'm still checking everything out.

I'm wondering what the limitations are if we develop the app using Titanium. What cannot be done using Titanium, for iPhone and for Android? What things can only be done using only the the native tools?

I heard that performance could be an issue. How bad is this going to be?

Thank you in advance. :)

Upvotes: 8

Views: 3680

Answers (4)

Paul Wagland
Paul Wagland

Reputation: 29096

This answer is now incorrect - Apple have reverted this decision.

Well, one potential problem with using Itanium is that, according to the new Apple developer agreement, you cannot develop for the iPhone using anything other than C, C++ or Objective C. Specifically you cannot use any third party tool to develop a native application. For more information see these sites for some more details, or google for "apple iphone third party compiler".

Here is a statement from the CEO of Appcelerator about the announcement and what it might mean. Long story short, at the moment no-one seems to know. Definitely out is the old Flash→iPhone compiler from Adobe, but some people believe that there are shades of grey in the middle.

Upvotes: 0

Steven de Salas
Steven de Salas

Reputation: 21447

Hey guys, some good news. Titanium seems to be in the clear now.

http://developer.appcelerator.com/blog/2010/09/in-the-clear-apple-opens-up-ios-to-all-developers.html

Upvotes: 2

james_womack
james_womack

Reputation: 10296

Last I checked Alarm Manager was not available for the Android OS. I also found the Titanium compiler to be buggy and crash for arcane reasons.

Upvotes: 1

Dave Gregory
Dave Gregory

Reputation: 952

The only missing feature I've found so far is that there's no access to the device's secure storage API (e.g. Keychain on iPhone). If you're looking to write something that accesses a web service (which lots of apps are), you'll probably want a safer way of storing creds than in the app's Properties.

Upvotes: 0

Related Questions