I really apologize if this question has already been answered. I have not found any appropriate solution for the issue i am facing.
I have large an amount of data.
Which is i want to display in List ,this data contains images,urls,title,type and price.
List of the items can be more than 10,000
.
So if i am to implement Lazy Loading
i need all the urls and rest of the data so that i can load the images at run time .
But how do i load the data which contains the urls, titles, type and price list?.
Or can i load first the 20 records by lazy loading. If yes then how?
Please suggest if you have an better approach to getting this thing done.
Thanks in advance.