Does ASE compile the supported languages to Dex bytecode or is there an additional layer of interpretation?
It depends on the language a bit. BeanShell is run in the JVM and has an additional layer of interpretation. Lua, Python, and Perl are actually the C versions running natively. All interaction with Android is over RPC channels. Still, the RPC API is compiled to dex so there’s no additional interpretation in Java (other than reflection).
Related Questions
- Tigrigna, Amharic and many other languages in Eritrea and Ethiopia use the Geez fonts. Can you tell me if these fonts are supported by Java?
- Does ASE compile the supported languages to Dex bytecode or is there an additional layer of interpretation?
- What languages are supported in the Yahoo! Search Marketing France Web site?