Is Qt Quick ready for listed application?
-
Hi there,
I have built social application with xamarin forms however i'm not happy due to lack of UI controls, for example there is no List with horizontal layout.
So i started to look at QT and this is what i required for iOS, Android and Windows Phone as well as Desktop Platforms Windows and Mac.
- Consistent User Experience across all platforms (instead of native looking theme, i want same UI/theme for all platforms)
- Side Menu/Drawer Component
- ListView with Variable Height Items and Virtualization Support, Item Right/Left Swiping Actions
- OAuth Authentication with Twitter, Youtube etc
- Mapping Support
- Social Sharing, Web View
Can you please tell me which is possible using pure QML/QUICK Controls?
Thanks -
Did you try v-play? It is build on top of Qt5
-
Qt Quick Controls 2, released in Qt 5.7, offer:
-
@ABRafay said:
@jpnurmi Awesome, what about mapping? (google maps) and social sharing (FB, twitter) ?
Right, I just listed the types that I'm closely familiar with. :) I'm not so familiar with QtLocation, but a quick doc search gives these results that may be of interest:
- QML Maps and Navigation: http://doc.qt.io/qt-5/location-maps-qml.html
- Map Viewer QML Example: http://doc.qt.io/qt-5/qtlocation-mapviewer-example.html
I'm not sure about a Google Maps backend. The docs (http://doc.qt.io/qt-5/qtlocation-index.html) mention HERE, Mapbox, and Open Street. Also, social sharing I'm not sure about...
-
Also, take a look at the ArcGIS Runtime SDK for mapping - https://developers.arcgis.com/qt/
-
You can do all of your requirements with V-Play. There is a free license, as well as a monthly Indie license which you can use in the months you are actually developing your project and cancel it the other months.
You can check out the Qt World summit 2016 app which as a native UI & UX on iOS & Android, 100% same code base using V-Play SDK. It is also open-source as part of the V-Play SDK so you can copy the code you need for your project.
Cheers, Chris