Android Java Shell App
With this App you can quickly eval some Android Java code - scripting style for fast iterations, experiments and API exploration. Sometimes you just want to evaluate some Android-Code without compiling a project - this is your App for this job.
Sometimes you just want to evaluate some Android-Code without compiling a project - this is your App for this job.
It is powered by BeanShell ( BSH ) with some provided objects like the ActivityContext and a ViewGroup container to make view evaluations. The time is measured to execute the code and there are links to the javadoc.