简体   繁体   中英

PyQt5 GUI for android vs Kivy GUI

I need to know help on which is more efficient to do. This is my situation I already have a GUI using PyQt programmed for windows I want it to be also installed on an android phone. Should I find away to packaged(through pyqtdeploy or any other means) to android or make another similar GUI with same functionalities using Kivy because its much more android friendly?

For now, I think you should learn Kivy because pyqtdeploy is a young project. The Dev team still working on it to fix some bugs.

But in the future, if pyqtdeploy become efficient , it will be the best choice ! PyQt5 has many incredible widgets and you use also QML to design more advanced interface for mobile devices (Android & iOS).

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM