PySide for android app
-
Can we develop any android app using Pyside2/PySide6 if yes, any tutoroial/project info help us
-
Hi,
AFAIK, not directly like that. See this ticket on the Qt bug tracker.
-
Can we develop any android app using Pyside2/PySide6 if yes, any tutoroial/project info help us
Hi @agoswami84 ,
I think you can use pyqtdeploy to deploy a PyQt5 app Android or iOS. pydroid is another option, supporting PyQt5 and PyQt6. But I never tried it.
You can find more info at: https://forum.qt.io/topic/130800/build-pyside6-application-for-android/2
-
I did not find any source of detail info/example. Qt claim for mobile but it is using only c++ and not python is it
-
I did not find any source of detail info/example. Qt claim for mobile but it is using only c++ and not python is it
@agoswami84 said in PySide for android app:
Qt claim for mobile but it is using only c++ and not python is it
As far as I know, the QT team is working on a POC to build a python application for android but there is no expected date for this functionality.
(Source: https://resources.qt.io/on-demand/how-your-python-projects-can-benefit-from-qt-on-demand-webinar)