I wish to execute a python script inside an Android app like we do on CLI like
$python script.py arg1
I hope there is something like following to achieve what we are trying.
something.execute("script.py arg1");
I have came across SL4A but cannot find a starting point to it. Let me know if I should dig some more into it.