Image Gallery like bottom image gallery in android.
-
Hi All,
I am new in Qt Quick development. I want to achieve the image gallery shown in the picture embedded in the URL using QML. In Android it is quite simple but i did not found any solution in QML. the gallery shown in the image at the top is scrollable . Thnx in advance.
-
I will give directions... You can do it with horizontal ListView with highlight section.
-
@minimoog77 Thnx for the rply...i am using ListView already but unable to achive the same functionality as given by the Android Gallery.
-
Ravinder,
What functionality do you want beyond scrolling??
If you look at the QML Flickr example in the QtSDK, you can take the flickable/scrollable GridView and make it one column horizontal.
Or as minimoog77 suggests use a horizontal ListView and then add animation or transitions to get the functionality you want.
http://doc.qt.nokia.com/4.7-snapshot/qml-flickable.html
The Animation and Transitions section under QML Elements may help you find what you are thinking of: http://doc.qt.nokia.com/4.7-snapshot/qdeclarativeelements.html