melix / grooidshell-example

An example of usage of dynamic classes at runtime using Groovy on Android
Other
47 stars 15 forks source link

GrooidShell: running scripts on Android

Build Status

This application demonstrates how classes can be generated at runtime and executed directly on an Android device. This application is intended as an example only, and shows the advantages and limits of the concept.

Scripts are compiled on the device, then dexed in order to be converted to the Dalvik class format. Eventually, the script is executed.

License

This application licensed under the terms of the Apache License, Version 2.0.