Sujet : Re: programming/scripting on an Android device - suggestions ?
De : dave (at) *nospam* dave123royal.com (Dave Royal)
Groupes : comp.mobile.androidDate : 12. Jun 2024, 07:26:30
Autres entêtes
Organisation : news.eternal-september.org
Message-ID : <v4bf2m$1h142$1@dont-email.me>
References : 1
User-Agent : Mod.PiaoHong.Usenet.Client:2.02.M16
"R.Wieser" <
address@is.invalid> Wrote in message:
Hello all,
I would like to be able to program/script on a smartphone itself (meaning:
not having to use a PC).
I did find a script-language launcher but surprisingly no APK downloads to
programming/scripting languages.
I've found some mentioning of a few different programming/scripting
languages (like lua and python), but surprisingly no indication of APK
downloads to any of them.
Question:
Does someone know of websites offering APKs for download ?
- or even better: websites which offer the APK as well as containing a
tutorial to its usage (on an Android smartphone).
Regards,
Rudy Wieser
Years ago I used SL4A, Py4A to run Python scripts on Android but I
don't think it has worked for several years:
<
https://github.com/kuri65536/sl4a>
I see the ex-maintainer mentions using termux:
<
https://github.com/kuri65536/sl4a/issues/50>
I've also used pydroid and I see that pydroid3 is in the
playstore. It wasn't a paid app when I used it.
These days I use Kivy but I develop on a Linux PC and build an
Android apk. Kivy provides a gui api which you can use in Python.
(There's also a layout builder though I've not used it.) There
used to be a Kivy Launcher app which would run a Kivy/Python
script on Android but it's not it the playstore though it was a
couple of years ago.
-- Remove numerics from my email address.