I'm new to android.I have vbscript code that performs a certain task. I want to call this script from my activity. Is it possible to do so? Is it possible to call a shell script from an activity? I know that we can call C/C++ code from android, but can we call methods written in any other languages like PERL,Python from out activity?