B4A Library [B4X] XUI Views - Cross platform views and dialogs - Erel    Nov 26, 2025   (85 reactions)   tags: B4X XUI Views Dialogs, xui, XUI Views ). The same b4xlib library is compatible with B4A, B4i and B4J It is a collection of custom views and... - B4XImageView - new custom view: https://www.b4x.com/android/forum/threads/b4x-b4ximageview-imageview....CustomListView1 is public now. This allows changing the colors. V1.81 - B4XFloatTextField - NextField... to the custom views. You can set it with the designer or at runtime. - B4XDialog - New fields....gif V1.10 - New B4XInputTemplate - See post #2. XUI Views is an internal library. Notes... B4A Library [B4X] [XUI] xCustomListView - cross platform CustomListView - Erel    Dec 24, 2023   (46 reactions)   tags: CustomListView, xcutomlistbox card, xuiCLV, CUSTOMLIST, Erel, XUI 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...Update: As several other libraries depend on xCustomListView library, it is no longer recommended.../basic4android/images/SS-2017-12-27_16.20.44.png This class replaces the platform specific CustomListView... #${i}"$) Don't use the source code. Use the preinstalled xCustomListView library instead... B4A Library [B4X] BCTextEngine / BBCodeView - Text engine + BBCode parser + Rich Text View - Erel    Mar 22, 2026   (74 reactions)   tags: Label BBCode, text style, RTF component, B4X, ritchtext, rich text /basic4android/images/java_ROTR5mX3ls.png The cross platform b4xlib is attached. Note that it depends..., right, bottom If xui.IsB4J Then Padding.Initialize(5dip, 5dip, 20dip, 5dip) 'leaves space...Be open minded. https://www.b4x.com/basic4android/images/i_view64_p9fVifsimf.png This is a cross... parser. - Two custom views that connect everything: BBCodeView - multiline, scrollable with support... a custom view. Example: - Creates an unbreakable section. Supports the following keys: MinWidth... 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... - 1) Dim p As B4XView = CLV1.GetPanel(i) If p.NumberOfViews = 0 Then Dim cd....GetValue(Index) cd.Color = Color Dim p As B4XView = CLV1.GetPanel(Index) If p.NumberOfViews... ContentLabel As B4XView = p.GetView(0).GetView(1) ContentLabel.TextColor = Color End If End....Content = content cd.BitmapFile = bitmaps.Get((i - 1) Mod bitmaps.Size) Dim p As B4XView... B4A Tutorial [B4X] B4XPages - Cross platform and simple framework for managing multiple pages - Erel    Dec 25, 2025   (81 reactions) 440642051 B4XPages is a library that serves two purposes: 1. Make it simple to develop B4A apps by solving almost all of the challenges involved with Android complex activities life cycle. B4XPages makes B4A behave more similar to B4J and B4i where the new "B4XPage" element is a regular.... You are not forced to use B4XPages. All the current features behave exactly as before. 2. It does have some.../b4x-b4xpages-what-exactly-does-it-solve.119078/ What is a B4XPage? It differs between the three platforms... Share My Creation [B4X] B4X Pleroma - open source client for Mastodon / Pleroma social networks - Erel    Nov 4, 2020   (15 reactions) , BitmapCreator, MiniHtmlParser, OkHttpUtils2, OAuth, KeyValueStore, XUI Views, B4XPages, B4XDrawer, B4XGifView, B4XPreferencesDialog, BCToast, xCustomListView, BitmapsAsync, RequestsManager and ZoomImageView. Whenever possible, I tried to implement it in such way that other developers will be able to... B4A Tutorial [B4X] OkHttpUtils2 with Wait For - Erel    Dec 25, 2025   (59 reactions)   tags: image, wait, Download, Http MySql, Wait For, ws (FirstTime As Boolean) Activity.LoadLayout("1") DownloadImage("https://b4x-4c17.kxcdn.com/android/forum/data/avatars/m/0/1.jpg?1469350209", ImageView1) DownloadImage("https://b4x-4c17.kxcdn.com/images3/code.png", ImageView2) End Sub The images...) End If j.Release Next End Sub A sub that downloads an image and sets it to an ImageView: Sub DownloadImage(Link As String, iv As ImageView) Dim j As HttpJob j.Initialize(""... 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 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...: CustomListView1.AddTextItem($"Important item ${i} ..."$, Swipe.CreateItemValue("", Array....ActionColors = CreateMap("Delete": xui.Color_Red, "Do Something Else": xui... B4A Library [B4X] PreoptimizedCLV - Lazy loading extension for xCustomListView - Erel    Aug 28, 2025   (44 reactions) = CustomListView1.GetRawListItem(i) Dim pnl As B4XView = xui.CreatePanel(""...This is a cross platform class that extends xCustomListView and makes it "lazier". Lazy... Globals Private CustomListView1 As CustomListView Private PCLV As PreoptimizedCLV Private xui As XUI Private Label1 As B4XView End Sub Sub Activity_Create(FirstTime As Boolean... of the "Corona cases" cross platform example based on B4XTable + xChart. It depends... Games [XUI2D] Example Pack - Erel    Oct 2, 2022   (33 reactions)   tags: example games, XUI2D Games Updated thread based on X2 v2.0+: https://www.b4x.com/android/forum/threads/xui2d-x2-v2-0-2021... start with Tiled you need to import the custom properties. This is done with: View - Objects Types... following a path - Angry birds example - Space Shooter - Tetris - X2 Source Code Video tutorial... is not 100% up to date. It was created before the X2 library was available. All the X2 modules are now packed as a single b4x lib. 300267245 The examples pack is a single zip with all the XUI2D examples... Page: 1   2   3   4   5   6   7   |