Hello ,
How can I pass String value from EditText In Android Activity to Python Script
and also make the activity able to retrieve the String result from a function
in the python script ? The sample apk in android-python27 here
https://github.com/devpack/android-python27/tree/master/apk
didn't clear any thing to me about this point .
thanks .