Droidscript tutorial
Droidscript is an android app that enables one to build android applications using JavaScript.
It contains a global object called 'app' that contains methods for accessing android and java methods. JavaScript is the base language.
Droidscript is simple because it simplifies long lines of code used in android into short lines of code.
One can also improve the functionality of droidscript by creating plugins. Plugins can add more methods and objects not available on the main application.