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.131279/ Examples: - Hello world (based on Tiled) - Clumsy bird - Mario - Space Invaders - Walking Character - Tiles Map - Joints 1 - Tank Attack - Monster Truck - Ilan's First App - Drawing lines - Newton's Cradle - Collisions - Hello World with tiles based background - Floating Bodies - Mouse... packed as a single b4x lib. 300267245 The examples pack is a single zip with all the XUI2D examples... B4A Library [B4X] XUI Views - Cross platform views and dialogs - Erel    Nov 26, 2025   (85 reactions)   tags: B4X XUI Views Dialogs, xui, XUI Views 311915599 XUI Views is a b4x library (https://www.b4x.com/android/forum/threads/100383/#content..., Height) End Sub Private Sub Application_Background Dialog.Close(XUI.DialogResponse_Cancel) End Sub... KeyCode = KeyCodes.KEYCODE_BACK And Dialog.Close(XUI.DialogResponse_Cancel) Then Return True Return... Sub Activity_Pause (UserClosed As Boolean) Dialog.Close (XUI.DialogResponse_Cancel) End Sub.../threads/b4x-xui-views-cross-platform-views-and-dialogs.100836/page-3#post-665765) https://www... Games [XUI2D] X2 v2.0 - 2021 - Erel    Jul 22, 2022   (24 reactions) .b4x.com/android/forum/threads/97029/#content - Touchy - https://www.b4x.com/android/forum/threads/xui2d.../threads/very-very-very-simple-xui2d-test-project.96793/post-611080 - Tank Attack - https://www.b4x.com/android/forum/threads/xui2d-tank-example.96567/#content - Collisions - https://www.b4x.com/android/forum/threads/97144/#content - LargeBackground - https://www.b4x.com/android/forum/threads/xui2d-large.../xui2d-parallax-background.131606/#post-829749 - Breakout - https://www.b4x.com/android/forum/threads... Games [XUI2D] Cross platform tips - Erel    Dec 19, 2018   (17 reactions)   tags: b4x folder structure XUI2D allows us to develop games that run on B4A, B4J and B4i. This tutorial will explain... they will be updated automatically when we run the project. Tips - B4A and B4J XUI2D library is based on jBox2D. B4i iXUI2D is based on the C++ box2d. In most cases the behavior will be the same. However... on all platforms. Especially when you test performance. - B4A is the only platform where XUI.Scale.... Not just XUI2D.... 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... items: https://www.b4x.com/android/forum/threads/b4x-xui-customlistview-lazy-loading-virtualization.... Libraries such as XUI Views depend on the library and will not work properly with the module... B4A Tutorial [B4X] [XUI] CustomListView - lazy loading / virtualization - Erel    Nov 16, 2023   (40 reactions)   tags: customlist view card, CustomListView, Virtualiza, XCustomListView, xuiCLV, B4X = xui.CreatePanel("") p.SetLayoutAnimated(0, 0, 0, CLV1.AsView.Width, 280dip....Text = cd.Title lblContent.Text = cd.Content SetColorStateList(lblAction1, xui.Color_LightGray, lblAction1.TextColor) SetColorStateList(lblAction2, xui.Color_LightGray, lblAction2.TextColor) ImageView1.SetBitmap(xui.LoadBitmapResize(File.DirAssets, cd... SetColorStateList(lblAction1, xui.Color_LightGray, lblAction1.TextColor... B4A Library [B4X] [XUI] AS Scheduler 📅 - MonthView, DayView (Week), AgendaView and CalendarView [Payware] - Alexander Stolte    Jul 20, 2026   (34 reactions) / B4j: jXUI,jDateUtils,xCustomListView,ASViewPager,jSQL B4a: XUi,DateUtils,Reflection,xCustomListView,ASViewPager,SQL B4i: iXUI,iDateUtils,xCustomListView,ASViewPager,iSQL Make sure you are using...,"Test Item 1",xui.Color_ARGB(255,45, 136, 121),False,DateTime.now,DateTime.now+DateTime....CreateASScheduler_AppointmentRecurring(0,"Test Item 1",xui.Color_ARGB(255,45, 136, 121),False... <code>https://www.b4x.com/android/forum/threads/b4x-xui-as-scheduler-?-monthview-and-dayview... B4A Library [B4X] [XUI] AS WheelPicker - Spinner - a modern single/multiple choice picker view - based on xCustomListView [Payware] - Alexander Stolte    Jul 20, 2026   (20 reactions) /b4x-as-wheeldatetimepicker-based-on-aswheelpickeradvanced.141588/ B4j: jXUI,jBitmapCreator,jReflection,xCustomListView,XUI Views B4a: XUi,BitmapCreator,Reflection,xCustomListView,XUI Views B4i: iXUI,iBitmapCreator,xCustomListView,XUI Views On B4I you need the GestureRecognizer or download a version without... B4J Library [B4X] [XUI] SD FlexGrid (Table) - Star-Dust    Jan 13, 2026   (70 reactions)   tags: grid table flexi, b4x As B4XFont) As String eg. Flexgrid.SetCellCustomize(1,1,XUI.Color_Black,XUI.Color_White,XUi...,XUI.Color_Black,XUI.Color_White,XUi.CreateDefaultFont(12)) SetColName (ColumnIndex As Int, Name....SetRowCustomize(1,XUI.Color_Black,XUI.Color_White,XUi.CreateDefaultFont(12)) SetRowHeight (IndexRow As Int...) ColsWidth eg. SetColsWìdth(Array As Int (100dip,50dip,100dip,100dip)) Font eg. Flexgrid.Font=xui.CreateDefaultFont(12) FootFont eg. Flexgrid.FeetFont=xui.CreateDefaultFont(12) FootValue As String() eg... Games [XUI2D] To Collide or Not To Collide - Erel    Sep 12, 2018   (6 reactions)   tags: Box2d Collision pack: https://www.b4x.com/android/forum/threads/xui2d-example-pack.96454/... Page: 1   2   3   4   5   6   7   |