irontec have just launched an open source project to bring PHP to Android platform. PHP for Android project (PFA) aims to make PHP development in Android not only possible but also feasable providing tools and documentation. The project already have an APK which provides PHP support to Android Scripting Environment (ASE). To get started you can follow the screencast below :
APK and source code both available at http://phpforandroid.net. Minimum requirement to get PHP for Android running is Android 1.5 phone or emulator. There is even an unofficial ASE build with PHP 5.3 support included. Now Rasmus can get an Android phone and start scripting on mobile.
Google Open Source Blog announced on Monday a new revolutinary solution that brings scripting to Android devices ! Now you can edit and execute scripts and interactive interpreters directly on the Android device, with access on to many of the APIs available in Android such :
Handle intents
Start activities
Make phone calls
Send text messages
Scan bar codes
Poll location and sensor data
Use text-to-speech (TTS)
And more
Scripts can be run interactively in a terminal, started as a long running service, or started via Locale. Python, Lua and BeanShell are currently supported, and we’re planning to add Ruby and JavaScript support, as well.
Google have always encouraged developers to make applications for Android, now with ASE they encourage even users to become developers using scripting like Python and Lua … even if you are not developer you can simply get a demo code, customize it and you are done !