B4A tutorial: CustomListView (clv) + Lazy Loading part 2
By "lazy Loading" you don't need to load all items at once in Custom list view (clv). You only load items which can fit Custom List View on the screen. It will be done by an event which named VisibleRangeChanged. This event is fired whenever the visible range of items changes. We can use lazy loading to defer the items creation. This can significantly improve the performance of lists with complex items. My previous tutorial: https://youtu.be/jqeN0DzyDfE Source Code: https://drive.google.com/file/d/13GAgG0QB51PW3-ZG7ndRr33GRB8Q8MWI/view?usp=sharing
By "lazy Loading" you don't need to load all items at once in Custom list view (clv). You only load items which can fit Custom List View on the screen. It will be done by an event which named VisibleRangeChanged. This event is fired whenever the visible range of items changes. We can use lazy loading to defer the items creation. This can significantly improve the performance of lists with complex items. My previous tutorial: https://youtu.be/jqeN0DzyDfE Source Code: https://drive.google.com/file/d/13GAgG0QB51PW3-ZG7ndRr33GRB8Q8MWI/view?usp=sharing