SL4A
Sign in to saveDiscontinued library for running scripts
Source code
SL4A brings scripting languages to Android by allowing you to edit and execute scripts and interactive interpreters directly on the Android device. These scripts have access to many of the APIs available to full-fledged Android applications, but with a greatly simplified interface that makes it easy to get things done. Scripts can be run interactively in a terminal and in the background. Python, Perl, JRuby, Lua, BeanShell, JavaScript, Tcl, and shell are currently supported, and we're planning to add more. See the SL4A Video Help playlist on YouTube for various demonstrations of SL4A's features. Even though a lot of contributors are working for Google, this is not an official Google product. SL4A is no longer under active development. However, some forks of this project may be. The original Google Code wiki has been converted to Markdown and is available in the wiki branch. A few of the most important pages are: Issues have been migrated from Google Code. However, this probject is no longer under active development. Consider responding to and filing new issues against an active fork. Support for SL4A is provided by the community on the project mailing list.
Excerpt from the source-code README · 1,697 chars · not written by Vinony
Wikidata facts
- Instance of
- software
- Official website
- github.com/damonkohler/sl4a
Show 4 more facts
- source code repository URL
- github.com/damonkohler/sl4a
- copyright license
- Apache License
- operating system
- Android
- programmed in
- Q15777
Sources (1)
via Wikidata · CC0
Article · Español
SL4A es la abreviatura de "Scripting Layer for Android", esto es, una capa de software para utilizar scripts en Android. Anteriormente se denominaba "Android Scripting Environment" (ASE). Es una librería que permite la creación y ejecución de scripts, escritos en distintos lenguajes, en dispositivos Android. Estos scripts tienen acceso a muchas de las APIs (interfaces de programación de aplicaciones) disponibles en los programas Android desarrollados normalmente en Java, pero con una interfaz simplificada. Los scripts pueden ejecutarse en un terminal, o como servicio utilizando la arquitectura de servicios en Android. Los lenguajes soportados en la actualidad son: * Python utilizando CPython * Perl * Ruby utilizando JRuby * Lua * * JavaScript utilizando * Tcl * utilizando El primer anuncio de SL4A por Google fue en junio de 2009, con el nombre de "Android Scripting Environment" (ASE). En su origen fue desarrollado por Damon Kohler, y ha ido creciendo por medio de las contribuciones de muchos desarrolladores.
Abstract from DBpedia / Wikipedia · CC BY-SA