Can I use Android scripts created with ASE as a typical Android application (for example, written in Java)?

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.

+3
source share
2 answers

What are the limitations (if any) of an Android application script?

. , , , Android-. , .. - (, getPassword()). , ASE , , IMHO.

, scripitng Android ASE?

. , .

, Android?

Ummmm... "", .

+3

, python .apk. [Android-Scripting Wiki] [1]

[1]: http://code.google.com/p/android-scripting/wiki/SharingScripts "- Android"

+1

Source: https://habr.com/ru/post/1751906/


All Articles