Other Version: 1.1.2
You must insert the following header code into your QPython script.
#qpy:kivy
Sample
#qpy:kivy
import androidhelper droid = androidhelper.Android()
from jnius import autoclass autoclass('java.lang.System').out.println('Hello world') Stack = autoclass('java.util.Stack') stack = Stack() stack.push('hello') stack.push('world') droid.makeToast(stack.pop())
Files | version | author | downloads |
pyjnius-u4-qpython-1.1.2.tar.gz | v1.1.2 | developer | 2134 |