B4A Library [B4X] XUI Views - Cross platform views and dialogs - Erel    Feb 16, 2023   (78 reactions)   tags: B4X XUI Views Dialogs, xui, XUI Views .DialogResponse_Cancel, XUI.DialogResponse_Positive, XUI.DialogResponse_Negative) V1.87 - B4XListTemplate...). The same b4xlib library is compatible with B4A, B4i and B4J It is a collection of custom views and dialogs. Everything is written in B4X. The source code is included inside the b4xlib file, which is a zip file. Views: - B4XRadioButton - Cross platform radio button. - B4XComboBox - Cross platform.... - AnotherProgressBar - Vertical or horizontal animated progress bar. - B4XLoadingIndicator - 6 different... B4A Library [B4X] [XUI] xCustomListView - cross platform CustomListView - Erel    May 17, 2022   (44 reactions)   tags: CustomListView, xcutomlistbox card, xuiCLV, CUSTOMLIST, Erel, XUI 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...Update: As several other libraries depend on xCustomListView library, it is no longer recommended.../basic4android/images/SS-2017-09-27_11.15.59.png https://www.b4x.com/basic4android/images/SS-2017-09-27_11.16.26.png https://www.b4x.com/basic4android/images/SS-2017-09-27_11.16.50.png https://www.b4x.com... Share My Creation [B4X] B4X Pleroma - open source client for Mastodon / Pleroma social networks - Erel    Nov 4, 2020   (13 reactions) What is Mastodon? IPSbNdBmWKE Pleroma is a lightweight implementation that extends Mastodon. B4X Pleroma is a client for these social networks. More information here: https://www.b4x.com/android/forum/threads/119426/#content It is based on quite a few B4X components including: BCTextEngine, BitmapCreator, MiniHtmlParser, OkHttpUtils2, OAuth, KeyValueStore, XUI Views, B4XPages, B4XDrawer, B4XGifView, B4XPreferencesDialog, BCToast, xCustomListView, BitmapsAsync, RequestsManager and... Games [XUI2D] Example Pack - Erel    Oct 2, 2022   (32 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... 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... commercial purposes. Download link: https://github.com/AnywhereSoftware/X2/archive/refs/heads/main... B4A Library [B4X] BCTextEngine / BBCodeView - Text engine + BBCode parser + Rich Text View - Erel    May 21, 2023   (67 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..., bottom If xui.IsB4J Then Padding.Initialize(5dip, 5dip, 20dip, 5dip) 'leaves space for.... Example was updated and it is now based on B4XPages. B4i - There is an important inline OBJC code in...: https://www.b4x.com/basic4android/images/firefox_595n6GLQ5W.png Width dimensions can be set with %x...Be open minded. https://www.b4x.com/basic4android/images/i_view64_p9fVifsimf.png This is a cross... B4A Library [B4X] BLE 2 - Bluetooth Low Energy - Erel    Jan 4, 2023   (27 reactions)   tags: Bluetooth, Bluetooth Low Energy, BLE is an internal library now. It is included in the IDE. Example is based on B4XPages and will work with B4A and... Each per As String In Permissions rp.CheckAndRequest(per) Wait For B4XPage_PermissionResult... characteristic. - BLE is only supported on Android 4.3+. See the attached example. Note... B4J Library [B4X] jRDC2 - B4J implementation of RDC (Remote Database Connector) - Erel    Sep 9, 2021   (39 reactions)   tags: RDC, jRDC2, conectate a un servidor, Remote Connector, DB Remote, Myapp example: http://www.basic4ppc.com/basic4android/images/SS-2013-08-04_16.10.20.png Note... name is case sensitive and it doesn't include the 'sql.' prefix. 4. Run the program and... B4A Tutorial [B4X] B4XPages - Cross platform and simple framework for managing multiple pages - Erel    Apr 19, 2021   (78 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... B4A Library [B4X] B4XTable - Cross platform, sortable, searchable, customizable table - Erel    Oct 30, 2022   (56 reactions)   tags: xuiTable, b4xtable, DataGrid, Table, B4X B4XTable B4XTable is a paged based table. The UI is made of a horizontal xCLV. The data is stored in an in....b4x.com/basic4android/images/SS-2019-02-07_15.33.03.png How to use? 1. Add a B4XTable with the designer. 2. Add the columns: B4XTable1.AddColumn("US County", B4XTable1.COLUMN_TYPE_NUMBERS) B4XTable1.AddColumn("Name", B4XTable1.COLUMN_TYPE_TEXT) There are currently three types..., "us_counties.csv", ",", headers) B4XTable1.SetData(data) Data is a list. Each item in... Games [XUI2D] X2 v2.0 - 2021 - Erel    Jul 22, 2022   (22 reactions) BitmapCreator as the rendering engine. X2 itself is a b4xlib library. The first versions of X2 lead... with B4XPages. This simplifies several things. There is also a new class named X2Multitouch which provides.../AnywhereSoftware/X2/archive/refs/heads/main.zip X2.b4xlib: https://github.com/AnywhereSoftware/X2/raw/main/X2 Source Folder/X2.b4xlib The first effort was to update the almost 20 examples to the new version... of files unique to the current platform). Updated X2 Game.b4xtemplate is attached. It includes... Page: 1   2   3   4   5   6   7   |