ADMIN - Explore the new world of system administration! Special introductory offer! Order by September 30th to save 10% off the regular subscription price! Each issue delivers technical solutions to the real-world problems you face every day. Learn the latest techniques for better:
network security
system management
troubleshooting
performance tuning
virtualization
cloud computing
on Windows, Linux, Solaris, and popular varieties of Unix.
Python, Lua and BeanShell: Google's New Android Scripting
Jun 12, 2009
The Android Scripting Environment (ASE) is under Apache 2.0 licensing and should soon have Ruby and JavaScript support.
Linux mavens would be pleased with ASE. It provides them access to many Android APIS without needing the complete development framework for full-fledged Android applications. The ASE will initially support the three languages Python, Lua and BeanShell. Ruby and JavaScript will be next.
The scripts allow the likes of starting activities, making phone calls, sending text messages and scanning barcodes. They support the text-to-speech capabilities of the Android OS. Moreover, BeanShell can talk directly with the Android Java API.
The ASE is currently in alpha. Further details, useful examples and downloads are on the Android-Scripting webpage.
Comments