Digia releases Qt 5.2 with Android and iOS support
thenextweb.com
Digia releases Qt 5.2 with Android and iOS support
1–10 of 53 posts
Re: Digia releases Qt 5.2 with Android and iOS support
#2Re: Digia releases Qt 5.2 with Android and iOS support
#3Re: Digia releases Qt 5.2 with Android and iOS support
#4Does this mean we can create Android and iOS apps with Python (via e.g. PyQt)?
If you have not tried QML yet: I used to love Qt because it was soo easy, then loved PyQt because it was soo much easier. Now I love QML because it is soo much easier still. QML really is an awesome way of creating GUIs and interaction logic. Then code your backend in whatever language you like. PyQt works just as well as C++, and since you don't have to wrap GUI logic at that point, the language doesn't matter as much.
Re: Digia releases Qt 5.2 with Android and iOS support
#5Can't seem to find Qt 5.2 anywhere. Are the installers yet to be released?
[1]http://download.qt-project.org/development_releases/qt/5.2/ [2]http://qt-project.org/wiki/New-Features-in-Qt-5.2
Re: Digia releases Qt 5.2 with Android and iOS support
#6Can't seem to find Qt 5.2 anywhere. Are the installers yet to be released?
Re: Digia releases Qt 5.2 with Android and iOS support
#7Does anybody know the difference between the Enterprise and Open Source versions? Is it just tech support or is the Open Source version going to lack the features we really need?
Re: Digia releases Qt 5.2 with Android and iOS support
#8Lets hear it for 3rd parties!
Re: Digia releases Qt 5.2 with Android and iOS support
#9Can't seem to find Qt 5.2 anywhere. Are the installers yet to be released?
Re: Digia releases Qt 5.2 with Android and iOS support
#10Does this mean we can create Android and iOS apps with Python (via e.g. PyQt)?
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.