views:

57

answers:

1

Hi,

I have a new project which is an iPhone application. for that I have 2 possibilities to build it:

  • using Apple classic style (xcode, objective-c, etc)
  • using Appcelerator Titanium and continue using javascript as an interface to access all the iPhone features to create my app.

*I've noticed the absence of a separated interface file like XIB on Titanium

Since I'm kind of faithful about the future of javascript as the universal way to develop, I'm pending more to the titanium side, but I still not sure if it's the right thing to do or if I should stick with the 'classic' way of creating apps.

Thanks for you help

+2  A: 

I posted a response, similar to this about PhoneGap and Appcelerator Titanium... but to be more specific, the approach I have taken with these frameworks is to use the framework first and then leverage plugin or extensions the framework provides when I need to get down in the weeds.

I believe knowing the "classic" style can only benefit you now that these frameworks are relatively new and probably not complete. It allows you to code your way through the last mile when necessary.

So to sum it up, I would start with PhoneGap or Appcelerator Titanium and get the thing going, and fall back on the classic way when you get stuck

Aaron Saunders
Thanks a lot Aaron, it helped me a lot :)
ludicco