Comment on Kivy: python UI framework. GPU accelerated, multi-input (win,osx,lin,android)Comments−inportb15yHow does the Android version work? Does it bundle a Python executable?−txprog15yYes, python is compiled for arm, and shipped as a library within the apk. Java -> Python -> your .py application.
Comments
How does the Android version work? Does it bundle a Python executable?
Yes, python is compiled for arm, and shipped as a library within the apk. Java -> Python -> your .py application.