I am collecting some data from my android application. How to run a python script in my android application that uses the collected data as input and generates some output?
Consider Jython, Jython is an implementation of the high-level, dynamic, object-oriented language Python seamlessly integrated with the Java platform. The predecessor to Jython, JPython, is certified as 100% Pure Java.
The awesome features of Jython are as follows,
Jython doesn't compile to "pure java", it compiles to java bytecode subsequently to class
files. To develop for Android, one compile java bytecode to Dalvik bytecode. To be honest, this path of development is not official , thus you will run into lots of problem with compatibility of course.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With