pyside2 for anroid app
-
I would like to create anroid app development using pyside2. is it possibile? during my research, i found that it is generally happen using QML. and we have qml and pyqt integration, Do we have small hello world program from qt design studio using pyside which can run on anroid app.
-
Hi and welcome to devnet,
I am currently unaware of such a target.
There is wiki entry for the original PySide that likely does not straight forwardly apply to PySide2 or PySide6.
-
Thanks But Sorry I did not get much info. is it possible for us to develop application in anroid app
- create ui design in design studio
- integrate ui/.qml file into pyside2
- deploy on anroid app
is above step possible? In short any tutorial which provides info to develop an android app using pyside2/pyside6 and deploy also.. I
-
Like I wrote above, I am not aware of such a straightforward way with Python.
1 and 2 are not an issue for what I know, but I don't think you can do that with PySide2 currently.
There's likely a way since the Kivy project manages to do that.
Out of curiosity, what do you require from Python ?