Difference between revisions of "Android Scripting"

From eLinux.org
Jump to: navigation, search
(Created page with 'Currently Python, Perl, JRuby, Lua, BeanShell, JavaScript, Tcl and shell scripts are availiable through the [http://code.google.com/p/android-scripting/ Android Scripting Project…')
 
(Added page to Category:Android)
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
Currently Python, Perl, JRuby, Lua, BeanShell, JavaScript, Tcl and shell scripts are availiable through the [http://code.google.com/p/android-scripting/ Android Scripting Project].
+
SL4A (Scripting Layer for Android) allowing you to edit and execute scripts and interactive interpreters directly on the Android device.  Many parts of the Android API are available, directly from the scripting language.
 +
 
 +
Scripts can be run interactively in a terminal or associated with an icon and launched like regular apps.
 +
 
 +
Home page: http://code.google.com/p/android-scripting/
 +
 
 +
The [http://code.google.com/p/android-scripting/wiki/UserGuide SL4A User's Guide] is a good place to start.
 +
 
 +
SL4A supports the following languages
 +
* Python
 +
* Perl
 +
* JRuby
 +
* Lua
 +
* BeanShell
 +
* JavaScript
 +
* Tcl
 +
* Shell scripts
 +
 
 +
[[Category:Android]]

Latest revision as of 13:13, 22 February 2011

SL4A (Scripting Layer for Android) allowing you to edit and execute scripts and interactive interpreters directly on the Android device. Many parts of the Android API are available, directly from the scripting language.

Scripts can be run interactively in a terminal or associated with an icon and launched like regular apps.

Home page: http://code.google.com/p/android-scripting/

The SL4A User's Guide is a good place to start.

SL4A supports the following languages

  • Python
  • Perl
  • JRuby
  • Lua
  • BeanShell
  • JavaScript
  • Tcl
  • Shell scripts