Lazy load remote images in ScrollView with horizontal scroll
Hi guys I want to create a ScrollView with a height of 200 that you can scroll horizontally. This actually works just great but there's just one problem: all the remote images (can range from 10-200)...
View ArticleLazy loading in table view/scrollview
I need help in implementing lazy loading. I'm considering using tableview or scrollview but which is better performance wise? Can anyone post some code in how to implement lazy loading in tableview? I...
View ArticleLazy loading for scrollview
Hi guys, I want to apply lazy loading on a scrollview. The code I have works in tableview but not on scroll view. So, how can I do this? Here is the code for tableview lazy...
View ArticleHow to reset a lazy loaded list view when closing a window?
I am not sure what I am missing here. I want to reset the listview when I click the back button so totalLoaded to 0 and only the 1st 40 pages load. When I open the page after it is closes all of the...
View Article