|
|
|
|
|
by daliusd
4571 days ago
|
|
Actually QML apps can be written only using QML + Javascript. Performance or platform dependent parts can be written in C++. Some Qt based frameworks experience. Ubuntu Touch chose to develop apps using Javascript only where possible. BlackBerry apps support both Javascript and C++. There are people who believe that QML must be used only for UI and all logic must be written in C++. IMHO Javascript is good choice as it is fast enough in many cases. As for Python that's not what you want to use with QML and pure Qt is not what you want to use for mobile apps. |
|