devpack / android-python27

Embed Python 2.7 (3.2 and others) interpreter and your scripts into an Android APK
156 stars 111 forks source link

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 ? #3

Open omar-adel opened 9 years ago

omar-adel commented 9 years ago

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 such as displaying the retrieved String in TextView ?

The sample apk here didn't clear any thing about this point . thanks