sourav
sourav

Reputation: 676

What does Titanium use Interpreter or Compiler

Can someone make me clear whether Titanium mobile uses Interpreter or Compiler to build application for Android and iOS.

Upvotes: 1

Views: 189

Answers (1)

Victor Ronin
Victor Ronin

Reputation: 23268

Here is the good article which covers some of inner workings on Titanium mobile - http://titaniumninja.com/post/10559549700/fastdev-for-ios-how-it-works/

Based on it: "the JavaScript files that compose an application are not compiled to native code. Instead they get interpreted by a JavaScript engine"

Upvotes: 2

Related Questions