Dynamically load image list in QML GridView
Unsolved
General and Desktop
-
In my application, need to implement load more that 100 images in the GridView in QML.
Total window width and height is 480*320;
SO i added ScrollView when moving the images.
When i load more that 100 images it will slow.So I will need to add first 6 images and moving the scrollbar add another 6 and so on.
How can I implement this. Anyone give the solution for this.
Thanks In advance