B4A Library [B4X] [XUI] xCustomListView - cross platform CustomListView - Erel    Dec 24, 2023   (46 reactions)   tags: CustomListView, xcutomlistbox card, xuiCLV, CUSTOMLIST, Erel, XUI Update: As several other libraries depend on xCustomListView library, it is no longer recommended... features to xCLV. They are listed at the end of this post. Video tutorial: 256437236 xCustomListView is an implementation of CustomListView based on XUI library. It provides all the features of the original CustomListView and it is compatible with B4A, B4J and B4i. https://www.b4x.com.../basic4android/images/SS-2017-12-27_16.20.44.png This class replaces the platform specific CustomListView... B4A Code Snippet SaveAs - Let the user select a target folder + list of other related methods - Erel    Nov 1, 2024   (46 reactions) B4A + B4i example: https://www.b4x.com/android/forum/threads/b4x-texteditor-save-and-load-external-files.132731/#post-838166 List of classes or libraries that can be used to access secondary storages: ContentChooser (Phone libray) - allows the user to select a resource or file using external providers. Very useful and doesn't require permissions. ExternalStorage - Allows accessing external (secondary) storages. Requires the user to first select the target folder. Once the user selected... B4A Question xCustomListView with Four Columns of Imageviews and many Rows - Mahares    Jan 12, 2019 I wanted to accomplish what Erel did in the below link in post #3, but with 4 or multiple columns of imageviews not one imageview column. https://www.b4x.com/android/forum/threads/applying-lazy-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... 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.... This can significantly improve the performance of lists with complex items. As an example, if we try to create a list with 1000 cards with this code (based on https://www.b4x.com/android/forum/threads/cards-list-with-customlistview.87720/#content): Sub FillList Dim bitmaps As List = Array... As String, Content As String, BitmapFile As String) Sub FillList2 Dim bitmaps As List = Array... 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 the standard xCustomListView library. It is compatible with B4A and B4i (currently not with B4J). Both..., xCustomListView and ViewsEx v1.30+. 2. Initialize Swipe and pass the CustomListView. 3. In...: CustomListView1.AddTextItem($"Important item ${i} ..."$, Swipe.CreateItemValue("", Array... panel. This is the panel that appears when the user pulls the list. - Set it with Swipe... swipes when the list is empty. v1.10 - Adds pull to refresh feature. The class is included inside... B4A Library [B4X] PreoptimizedCLV - Lazy loading extension for xCustomListView - Erel    Aug 28, 2025   (44 reactions) This is a cross platform class that extends xCustomListView and makes it "lazier". Lazy...-basics-creating-long-lists-using-xcustomlistview-with-lazy-loading-newer-developers.114096/#content.... An incomplete list: Level 0: No lazy loading at all. Most applications should choose this one... passed in the CLV.Add call. This is true even with lazy loading. If you are creating lists... Globals Private CustomListView1 As CustomListView Private PCLV As PreoptimizedCLV Private... B4i Tutorial List of methods to access external resources or share to external apps - Erel    Sep 16, 2024   (10 reactions) There are all kinds of ways to share files with other apps or access external resources. Here is a short summary of the available methods: - ActivityViewController (iPhone library): https://www.b4x.com/basic4android/images/SS-2018-11-15_16.57.10.png Allows sharing text, images or files with third party apps. https://www.b4x.com/android/forum/threads/share-data-from-your-app-with-activityviewco... B4A Library [B4X] [XUI] AS WheelPicker - Spinner - a modern single/multiple choice picker view - based on xCustomListView [Payware] - Alexander Stolte    Jun 4, 2025   (20 reactions) -on-aswheelpickeradvanced.141588/ B4j: jXUI,jBitmapCreator,jReflection,xCustomListView,XUI Views B4a: XUi,BitmapCreator,Reflection,xCustomListView,XUI Views B4i: iXUI,iBitmapCreator,xCustomListView,XUI Views...+ Examples: Dim tmp_lst As List : tmp_lst.Initialize 'Create and Initialize the list 'Fill the list with dummy items For i = 0 To 50 -1 'text - the text to display in the wheel...)'adds the list to the view and adds a wheel 'gets the item of the first wheel 'use... Share My Creation [Project Template] [Web] MinimaList API Server v3.00 - aeric    Sep 24, 2025   (4 reactions) MinimaList API Server Version: 3.00 GitHub: https://github.com/pyhoon/minimalist-api-b4j Sample... Server v5 Template: MinimaList API Server (3.00).b4xtemplate Depends on: EndsMeet.b4xlib (v1.40) WebApiUtils.b4xlib (v5.40) MinimaListUtils.b4xlib (v2.00) KeyValueStore (v2.31) Use Additional... MinimaListUtils instead of MiniORMUtils library. MinimaList is a library for storing key-value pairs or Maps into a List. Meaning this API server does not connect to any SQL database. Optionally... Share My Creation [Project Templates] List on GitHub - aeric    Jul 7, 2025   (9 reactions) project-templates-b4x List of B4X IDEs project templates GitHub: https://github.com/pyhoon/project-templates-b4x B4X MiniORM-B4X Client v2.10 MiniORM-B4X Client v2.00 MiniORM-B4X Client v1.06 MiniORM-B4X Client v1.05 User Login Client v2.00 (zip) User Login Client v1.01 jRDC2 with Session Client....00 (zip) User Login Server v1.01 User Login Server v1.00 MinimaList API Server v2.08 (zip) MinimaList API Server v2.07 MinimaList API Server v2.06 B4A N/A B4i N/A B4R N/A... Page: 1   2   3   4   5   6   7   |