I need to create a large enterprise application and I wonder if it is possible to create a common core with Appcelerator as a "framework" for iPhone and Android. The idea is to start the project in native to maximize the view of each platform but the common part of the application and make it strong with Appcelerator.
1 Answer
I think you've got the idea backwards. You would use Titanium to build your application, and use native code only for the things that Titanium can't do out of the box. Most UI things are supported on both platforms.
Your Answer
Think you can help? Login to answer this question!