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.... 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.... File - New Project - B4XPages. This will create three projects with everything you need. Use it even... 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... B4A Library [B4X] XUI Views - Cross platform views and dialogs - Erel    Feb 16, 2023   (78 reactions)   tags: B4X XUI Views Dialogs, xui, XUI Views is paused (only needed when not using B4XPages) AnotherProgressBar1.Visible = True...). 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 Example [B4X] [B4XPages] Barcode Reader - Erel    Jul 12, 2021   (35 reactions) 97444 https://www.b4x.com/basic4android/images/i_view64_HkncBfNNKe.png B4A + B4i barcode reader. Don't miss: - #PlistExtra in B4i. - Manifest code + #AdditionalJar in B4A Depends on BCToast: https://www.b4x.com/android/forum/threads/b4x-bctoast-cross-platform-custom-toast-message.111046/#content (BCToast will be an internal library in the near future) While the camera related code is platform specific, the main program logic can still be shared. In this case there isn't too much... 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... 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 . Example was updated and it is now based on B4XPages. B4i - There is an important inline OBJC code in.../basic4android/images/java_ROTR5mX3ls.png The cross platform b4xlib is attached. Note that it depends...: https://www.b4x.com/basic4android/images/firefox_595n6GLQ5W.png Width dimensions can be set with %x..., bottom If xui.IsB4J Then Padding.Initialize(5dip, 5dip, 20dip, 5dip) 'leaves space for...Be open minded. https://www.b4x.com/basic4android/images/i_view64_p9fVifsimf.png This is a cross... B4A Library [B4X] [XUI] xCustomListView - cross platform CustomListView - Erel    May 17, 2022   (44 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.../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... 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 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... B4A Tutorial [B4X] B4XPages + B4XDrawer - Erel    Sep 19, 2021   (26 reactions) B4XDrawer v1.53 adds support for B4J. This is a good opportunity to create a B4XPages example using... on the three pages example: https://www.b4x.com/android/forum/threads/b4x-b4xpages-cross-platform-and... required in B4A and will be part of the template in the next version of B4XPages.b4xtemplate: In Main... End Sub Sub Activity_ActionBarHomeClick ActionBarHomeClicked = True B4XPages.Delegate....InitializeBitmap(HamburgerIcon, "hamburger") B4XPages.GetNativeParent(Me).TopLeftButtons = Array(bb... Page: 1   2   3   4   5   6   7   |