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?
source
share