B4A Tutorial [B4X] B4XPages - Cross platform and simple framework for managing multiple pages - Erel    Dec 25, 2025   (81 reactions) limitations. One notable limitation is that in B4A, the activity that holds all the pages should... by solving almost all of the challenges involved with Android complex activities life cycle.
B4XPages... B4A Tutorial [B4X] OkHttpUtils2 / iHttpUtils2 and accept all option - Erel    Jul 27, 2025   (17 reactions) .
Starting from v2.90 it is very simple to initialize the internal http client with the 'accept all' option.
The accept all option means that certificates will not be validated.
It is done... B4A Code Snippet [B4X] Find all reachable ips in the local network - Erel    Mar 12, 2025   (20 reactions) Slightly based on: https://stackoverflow.com/questions/16035636/how-to-get-all-ip-address...};
}
}
);
}
#End If
This should be called from a class, such as B4XMainPage.
It runs pretty fast. Takes... Share My Creation [B4X] [Project Template] B4XPages (2-Pages) - aeric    Aug 2, 2025   (9 reactions) This is a minimal template with added only 1 new page.
165760
Why I created this template?
The default B4XPages template has only 1 page (MainPage)
The 3 pages example is little complex
I always... Share My Creation [B4X] B4XThreePages - Based App UI (Basic, Shaped, Modern, Themed, Borderless or Transparent Style on the Fly) - JGParamo    Sep 30, 2025   (14 reactions) B4XThreePages - Based App UI (Basic, Shaped, Borderless or Transparent Style)
This B4J project template is based on Erel's B4XPages + B4XDrawer example. The B4XThreePages - Based App UI... B4A Question [SOLVED] [B4X] MainPage FirstTime - makis_best    Nov 11, 2020 Hello
With the Default method on Activity_Create we can check FirstTime run.
With B4XPages how we c... B4A Library [B4X] [XUI] Page Indicator - Erel    May 12, 2019   (34 reactions)   tags: Tabs, tab page .b4x.com/basic4android/images/SS-2019-05-12_08.52.17.png
It indicates the current page. A page can mean.... You probably want to set the Base Background to be transparent (Alpha = 0 in B4A).
- Set the current page... B4J Code Snippet [B4X] Trust all SSL Socket - Erel    Apr 21, 2021   (7 reactions)   tags: B4X Trust all SSL Socket CreateTrustAllSSLSocket (EventName As String) As Socket Dim socket As Socket socket.Initialize(EventName) Dim jo As JavaObject = socket jo.SetField("socket", CreateTrustAllSSLSocketFactory... CreateTrustAllSSLSocketFactory As JavaObject Dim tm As CustomTrustManager tm.InitializeAcceptAll Dim SSLContext..., Null) Return Factory End Sub Usage: Dim sock As Socket = CreateTrustAllSSLSocket("sock"... B4A Tutorial [B4X] B4XPages enhanced example - agraham    Jun 15, 2020   (27 reactions) In case anyone is interested I attach a modified version of Erels' ThreePagesExample for B4A only. It demonstrates the following enhancements. 1) B4XMainPage requests a Runtime permission. 2) All three pages have a B4XDrawer menu with some code in B4XPage_CloseRequest to close the Drawer if it is open instead of going back. 3) Page 3 changes the use of Action Home to open the Drawer, has some menu items added, and has the code to close the Drawer when the menu becomes visible.... B4J Library [B4X] [XUI] AnotherDatePicker - Erel    Sep 13, 2020   (22 reactions)   tags: Erel, DatePicker, XUI, b4a - Fixes an issue with CloseAllDialogs always returning True (https://www.b4x.com/android/forum/threads/b4x-xui-anotherdatepicker.85160/page-2#post-581920). 1.02 - Fixes an issue with dates before... Page: 1   2   3   4   5   6   |