Difference between revisions of "Android Scripting"

From eLinux.org
Jump to: navigation, search
(Added page to Category:Android)
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
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.
  
== http://code.google.com/p/android-scripting/ Android Scripting Project] ==
+
Scripts can be run interactively in a terminal or associated with an icon and launched like regular apps.
  
Supports the following languages
+
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
 
* Python
 
* Perl
 
* Perl
Line 11: Line 16:
 
* Tcl
 
* Tcl
 
* Shell scripts
 
* 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