I am very new to Android. I was pleased to take a look at Android when I heard about the ability to write Android applications in scripts such as Python. It sounds great and actually works great.
I did some experiments, and everything looks very interesting. I noticed that I can either write my scripts on Android, or create a script file on my computer and then copy them to the Android ase / scripts folder. This is somehow different (as far as I know) from the process of creating an Android application for Java (when you create the code, compile it in .apk and install it on Android).
To be more specific, I want to know:
- What are the limitations (if any) of script based apps on Android?
- Is it possible to send applications written in scripting languages ββon the Android Market and allow other users to install them without having to install ASE?
- Is there a way to create more complex multi-file projects in scripting languages ββon Android?
Thanks for any tips. Also, please feel free to correct me if I make any mistake or erroneous assumption in my question - as I wrote, I am very new to Android.
dzida source
share