Is the appcelerator applications interpreted at run time ? Does it has an interpreter on the mobile device to do so ?
Please share any informative links on the same.
Is the appcelerator applications interpreted at run time ? Does it has an interpreter on the mobile device to do so ?
Please share any informative links on the same.
Yup, the JavaScript code is interpreted on runtime. That's why it depends on Rhino/V8 for Android, for example.
It was also mentioned on part of a talk during CODESTRONG 2011.
You can always read more about How Appcelerator Works