What is the best way to add scripts to an android app?

I have an XML based file format that I use to store and load object instances. I am interested in adding support for some scenarios for these objects so that they can respond to events.

However, I also do not want to cripple performance. Are there any well-known scripts for Android - perhaps even those where I can precompile and cache scripts at boot time?

+3
source share
2 answers

Currently, it seems that there are limited options for pre-compiling a scripting language.

, , - , .

0

Source: https://habr.com/ru/post/1736505/


All Articles