android-scripting
How to transfer data with Intents
I am bui开发者_如何学编程lding an application that has 2 classes - Buttons_Class - Display_Class[详细]
2023-02-20 22:04 分类:问答Disribute program with scripts in android
I\'m c开发者_如何学Pythononfused how the the android scripting enviornment is supposed to work. Is there a relatively easy way to include python scripts that I run from my java code without making the[详细]
2023-01-21 16:44 分类:问答Writing python (or any other SL4A) in android [closed]
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.[详细]
2023-01-17 19:49 分类:问答How to get a Device Specific UID using Python in ASE on Android?
I am working on am Android Scripting Environment (ASE) script in Python to replicate an iPhone app. I need a devic开发者_开发问答e UID of some sort. My thoughts where a salted MD5 hash of the MAC add[详细]
2022-12-26 13:36 分类:问答Using Android's `Timer.schedule` in Python
Could someone explain how to use the Timer.schedule - that is used for scheduling tasks - in Python? Note t开发者_StackOverflowhat Python\'s time.sleep will not work in Android.time.sleep does work o[详细]
2022-12-18 06:01 分类:问答Download scripts for Android Scripting Environment
Downloaded ASE from google code, and was looking through tutorials, and available scripts. I found a script I wanted to try, however copy pasting it is removing all whitespace (and this is a Python开[详细]
2022-12-17 12:31 分类:问答Making an android Python service to run in suspend state
Here\'s my Python script written using android-scripting: import android, time droid = android.Android()[详细]
2022-12-17 01:45 分类:问答Android - Use WebView to evaluate a javascript string and return the value
Given that scripting is not natively supported in Android and wrapping libraries likejavax.script.ScriptEngineinto your app will make it too large, is it possible to send a javascript string to an inv[详细]
2022-12-13 03:08 分类:问答