Scripting Layer for Android: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
m →‎top: clean up; HTTP→HTTPS for Github using AWB
KolbertBot (talk | contribs)
Line 71: Line 71:
|page=4
|page=4
|isbn=9781430235699
|isbn=9781430235699
|url=http://books.google.ca/books?id=uYEmWet7QtsC&pg=PA4#v=onepage&q&f=false
|url=https://books.google.com/books?id=uYEmWet7QtsC&pg=PA4#v=onepage&q&f=false
}}</ref><ref>{{cite journal
}}</ref><ref>{{cite journal
|title=Python for Android
|title=Python for Android

Revision as of 13:49, 11 September 2017

SL4A
Repository
Written inC and Java
Operating systemAndroid
TypeLibrary
LicenseApache License 2.0
Websitegithub.com/damonkohler/sl4a

The Scripting Layer for Android (abridged as SL4A, and previously named Android Scripting Environment or ASE) is a library that allows the creation and running of scripts written in various scripting languages directly on Android devices.[1][2][3][4] SL4A is designed for developers and (as of March 2016) is still alpha quality software.[5] As of January 2016, other developers have forked the SL4A code to enable it to run on Android Lollipop and Android Marshmallow after development on the main code branch stopped, for example the kuri65536 branch of SL4A [6] and droid-python [7]

These scripts have access to many of the APIs available to normal Java Android applications, but with a simplified interface. Scripts can be run interactively in a terminal, or in the background using the Android services architecture. Currently supported languages are:

SL4A was first announced by Google in June 2009, and was originally named "Android Scripting Environment" (ASE). It was originally developed by Damon Kohler, and it has grown through the contributions of many developers.[8][9]

References

  1. ^ "Scripting Comes to Android". O'Reilly Media. 2009-06-09. Retrieved 2010-11-12.
  2. ^ "Scripting Comes to Android". Google. 2009-06-08. Retrieved 2010-11-12.
  3. ^ "Android Gets Scripting Support with Python, Lua, Beanshell; Ruby planned". infoq.com. 2009-06-30. Retrieved 2010-11-12.
  4. ^ "Python, Lua and BeanShell: Google's New Android Scripting". Linux Magazine. 2009-06-12. Retrieved 2010-11-13.
  5. ^ "android-scripting". SL4A project. Retrieved 2016-03-20. SL4A is designed for developers and is still alpha quality software
  6. ^ "kuri65536 sl4a on GitHub". kuri65536. 2016-01-09.
  7. ^ "droid-python on GitHub". ainsophical. 2015-10-19.
  8. ^ Ferrill, Paul (2011). Pro Android Python with SL4A. Apress (via Google Books). p. 4. ISBN 9781430235699.
  9. ^ Barry, Paul (April 30, 2011). "Python for Android". Linux Journal (203).

External links