+ 2
Can python code be executed in android?
I'm trying to make a program for my phone but I'm not sure if it will work, can somebody help me?
4 Answers
+ 5
Try using Kivy (http://kivy.org), which is a Python library for making multi-touch apps on many platforms, including Android.
If you meant only running some simple code on Android and not making an actual app, use QPython (http://qpython.com) or SL4A (https://github.com/damonkohler/sl4a).
P.S.: as far as performance goes, I'm pretty sure it's slower than Java.
+ 10
Try QPython3 I think it is good ide for android, where you can run your scripts
+ 4
Thanks!!! @DefaltSimon, @Michael Ermishin
+ 3
Yep, @Michael Ermishin thanks but I meant:
Can you run a code that sends an email every two hours (example). Can you run it without needing the console?