What's the best way to add scripting to an Android app?

Posted by Omega on Stack Overflow See other posts from Stack Overflow or by Omega
Published on 2010-03-11T15:38:45Z Indexed on 2010/03/21 16:11 UTC
Read the original article Hit count: 264

Filed under:
|

I have an XML based file format that I'm using to store and load instances of objects. I'm interested in adding some scripting support to those objects so that they can respond to events.

That said, I also don't want to cripple performance. Are there any well known scripting options for Android - maybe even ones where while loading, I can pre-compile and cache the scripts?

© Stack Overflow or respective owner

Related posts about android

Related posts about scripting