Top "Sl4a" questions

Scripting Layer for Android, a library for executing scripting languages on Android

Starting with Android: Java or Python (SL4A)

I just ordered an Android smartphone and want to start playing around with creating my own applications. Now the question …

java python android sl4a
Using SL4A (Python) and bluetooth

Looking for some pointers to get me started. In my left hand I have a SGS2 running ICS. I've got …

android python bluetooth sl4a
Running a Perl script on Android

I need to run a Perl script (isohybrid.pl) from my Android app. I came across perl-android-apk project which seems …

android perl interpreter sl4a
Launch android app from SL4A script?

I have the following in /sdcard/sl4a/scripts/twitter.py import android droid = android.Android() droid.launch('com.twitter.…

android python sl4a
Android Python get gps status

New to Android Python scriptring comming from Symbian PyS60. I want to port my gps info PyS60 app to Android …

android python gps sl4a
The best way to open two files

I need to open a file, read a line, hash it, and then save to a different file. Should I …

python file text sl4a