B4A Library [B4X] PreoptimizedCLV - Lazy loading extension for xCustomListView - Erel    Aug 28, 2025   (44 reactions) -basics-creating-long-lists-using-xcustomlistview-with-lazy-loading-newer-developers.114096/#content...-lazy-loading-extension-for-xcustomlistview.115289/post-721157
Example #1 shows the 10,000 most...This is a cross platform class that extends xCustomListView and makes it "lazier".
Lazy loading is explained here: https://www.b4x.com/android/forum/threads/b4x-xui-customlistview-lazy... B4A Library [B4X] [XUI] xCustomListView - cross platform CustomListView - Erel    Dec 24, 2023   (46 reactions)   tags: CustomListView, xcutomlistbox card, xuiCLV, CUSTOMLIST, Erel, XUI /android/forum/threads/preoptimizedclv-lazy-loading-extension-for-xcustomlistview.115289/ 400288986...Update: As several other libraries depend on xCustomListView library, it is no longer recommended to use the code module. Use the library instead. There are several extension classes that add more... xCustomListView is an implementation of CustomListView based on XUI library. It provides all the features... items: https://www.b4x.com/android/forum/threads/b4x-xui-customlistview-lazy-loading-virtualization... B4A Library [B4X] SimpleMediaManager (SMM) - framework for images, videos and more - Erel    Jul 2, 2025   (48 reactions) , video or animated gif (more formats will be added). 'Show a remote image / video / animated gif... requests when they are no longer relevant. Fade-in animation. Loading and Error resources. For example, it is simple to show an animated gif while the main resource is loading. Images are loaded asynchronously using BitmapsAsync. External dependencies are optional. And more... It uses conditional...-B4XPages projects. SMM is an internal library. Start with the two examples. More information next... B4A Question customlistview loads max items and loads more when scroll tot bottom - m643    Dec 16, 2013   (1 reaction) Hi all,
I see in more and more apps that having a listview that loads for example 20 items and when you scroll down it loads another 20 items.
I am using now the customlistview class and that works great but I like the solutions that loads a max of items. I searched the forum but the only thing I found is the pull tot refresh class that is what I think simulair to this function. Unfortunately... B4A Question xCustomListView with Four Columns of Imageviews and many Rows - Mahares    Jan 12, 2019 -loading-to-xcustomlistview-with-imageviews-bitmap-files.101299/ I have a list of bitmap files to show in succession on an xCustomlistView that has 4 columns of imageviews and below each row of imageviews... the list, the xCustomListView works well, but if I move from customlistview item to item in the order... bitmap file. Although scrolling is smoother in release mode on faster devices, lazy loading is still... B4A Library [B4X] B4XCollections - More collections - Erel    Nov 10, 2025   (39 reactions)   tags: xui /b4x-b4xcollections-more-collections.101071/post-745277 V1.06 - B4XOrderedMap.Values property. V1.05... B4A Library [B4X] CLVSwipe - xCustomListView Swipe actions and pull to refresh - Erel    Mar 2, 2025   (48 reactions)   tags: CLVSwipe, CLVSwipe - CustomListView, xuiCLV, xclv swipe pull, clv, myapp CLVSwipe is a class that adds "swipe actions" and pull to refresh features to the standard xCustomListView library. It is compatible with B4A and B4i (currently not with B4J). Both features are optional. 295327727 Using it is simple: 1. Add the class to your project. It depends on XUI, xCustomListView and ViewsEx v1.30+. 2. Initialize Swipe and pass the CustomListView. 3. In B4i, call Swipe.Resize when the page is resized. Adding action commands: - Set the action colors: Swipe... B4A Tutorial [B4X] [XUI] CustomListView - lazy loading / virtualization - Erel    Nov 16, 2023   (39 reactions)   tags: customlist view card, CustomListView, Virtualiza, XCustomListView, xuiCLV, B4X xCustomListView v1.50 adds an important new event named VisibleRangeChanged. This event is fired...), content), "") Next Log("Loading cards took: " & (DateTime.Now - n... empty cells and only load the items when they become visible: Global type: Type CardData (Title...) CLV1.Add(p, cd) Next Log("Loading cards took: " & (DateTime.Now - n) &... CreateItem from the original example p.LoadLayout("Card1") lblTitle... B4A Library [B4X] [XUI] AS ViewPager based on xCustomListView - Alexander Stolte    Sep 18, 2024   (51 reactions) 1.26 (read more about this update) Add Designer Property LazyLoading - activates lazy loading...,JavaObject,jPager,jReflection B4a: XUi,Reflection,xCustomListView B4i: iXUI,xCustomListView... pages a good swipe feeling Vertical Carousel Lazy Loading NEW - AllowNext and AllowBack Horizontal and... Stolte Version: 2.00 ASViewPager Events: LazyLoadingAddContent (Parent As B4XView, Value As Object... the swipe/scroll is enabled or disabled getLazyLoading As Boolean getLazyLoadingExtraSize As Int... B4A Question who have example load more help me please - DonManfred (first post)    Jan 8, 2019   (2 reactions) https://www.b4x.com/android/forum/pages/results/?query=xcustomlistview+load+more... Page: 1   2   3   4   5   6   7   |