+ 2

How to make Android app using Python.

Andriod app

11th Jul 2019, 6:06 AM
Oluwaseun Shaydus Oni
Oluwaseun Shaydus Oni - avatar
2 Respostas
+ 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.
11th Jul 2019, 6:19 AM
Oluwaseun Shaydus Oni
Oluwaseun Shaydus Oni - avatar
+ 1
Check out Kivy!
11th Jul 2019, 7:22 AM
Drax
Drax - avatar