+ 2
How to make Android app using Python.
Andriod app
2 Answers
+ 1
Android applications using only Python. Different technologies will be demonstrated, including PySide-based QML GUIs using the Necessitas Qt port and the Py4A/SL4A-based approach, which can be combined with Androidâs WebKit and re-use Python web frameworks.
Python on Android uses a native CPython build, so its performance and compatibility is very good. Combined with PySide (which uses a native Qt build) and Qtâs support for OpenGL ES acceleration, you can create fluent UIs even with Python.
+ 1
Check out Kivy!