How can I access the Android Java code, created by the Titanium as a result of the Titanium development?
2
votes
3 Answers
1
votes
You don't have such a possibility since all the javascript code in Titanium is interpreted by a JavaScript engine internally and .class files are generated.
Follow this link for further explanation.
0
votes
0
votes
Titanium use javascript code, Modules let you write code in a platform's native language (Java for Android), Titanium can use java native code in module and java code run in v8 。