B4A Tutorial TabHost tutorial - Erel    May 10, 2019   (3 reactions) .CurrentTab
End Sub
Project is available here: http://www.b4x.com/android/files/tutorials/TabHost.../threads/63975/#content
The TabHost view is a very important view. It allows you to add several layouts... B4A Tutorial TabHost Tutorial - klaus    Mar 6, 2012 Die TabHost View ist eine sehr wichtige View. Sie erlaubt mehrere Layouts in eine einzige Activity....
http://www.b4x.com/basic4android/images/tabhost_3.png
Vorläufig erlaubt der Designer nicht Views... B4A Question B4A-budget app tutorial using B4X pages, a tabhost, a SQLite database, a CLVDragger class and a calendar dialog library class. - PaulMeuris    May 28, 2022   (22 reactions) In this step-by-step guide you can build a budget app.
You will be using code from the previous tutorials (B4A-lists and B4A-calendar).
A database class will be set up to use SQL queries to add... B4A Code Snippet Get TabHost Tab Height - tchart    Nov 16, 2014   (2 reactions) For a current project I needed to get the height of the tabs on the TabHost. I was struggling with this for a while so I thought I would share this code snippet. This sub returns the height (in pixels I believe) of the tabs on the TabHost (in this case my TabHost is called "tabMain"). Sub GetTabHeight() As Int Dim Reflector1 As Reflector Dim h As Int = -1 Reflector1.Target = tabMain Dim TabWidget As Object TabWidget = Reflector1.RunMethod... Spanish [B4A][TUTORIAL] Tabhost deslizantes - Ingeniero Cognitivo (first post)    Nov 14, 2020 Hola.
¿Puedes poner una foto o video para mostrar como funciona?.
Gracias.... B4A Tutorial [B4X] OkHttpUtils2 with Wait For - Erel    Dec 25, 2025   (59 reactions)   tags: image, wait, Download, Http MySql, Wait For, ws parameter (read more in the tutorial about resumable subs). The same sub can be called multiple times and... 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 object that is never paused, never destroyed, can be accessed from anywhere and easy to work with. 2... B4A Tutorial android.jar / targetSdkVersion / minSdkVersion - Erel    Oct 18, 2023   (93 reactions)   tags: runtime permission, sdk version, Targetsdk, SDK, B4A There are several versioned components that affect the compilation process and the runtime behavior of our apps. The purpose of this tutorial is to explain the differences between them and help you choose which version to use. Each Android version is mapped to an api level. You can see this mapping here: https://en.wikipedia.org/wiki/Android_version_history#Overview The api level is used in our code. minSdkVersion Set in the manifest editor. Default value is 5 (Android 2.0). This one is very... B4A Tutorial Google Maps - Erel    Jul 7, 2025   (36 reactions)   tags: Maps, GoogleMaps, GPS, Erel, Map, Google Mpas 41895 Installation instructions: - Register your app in Google developer console: https://console.developers.google.com You need to enable Google Maps Android API. Then click on Credentials -> Create Credentials -> API Key -> Android Key. You should get a key that looks like: AIzaSyCmFHamGE0O0BvxxxxxxxxXbTCSrjFVg-Q - Add this to the manifest editor (replace the value with your key): ... B4J Tutorial Integrated B4JPackager11 - The simple way to distribute standalone UI apps - Erel    Feb 26, 2026   (50 reactions) B4JPackager11 is a utility written in B4J that uses the underlying Java tools to create a standalone package that doesn't depend on any other software being installed. It works with OpenJDK 11 and OpenJDK 14. Starting from B4J v8.30 it is integrated in the IDE and available under Project - Build Standalone Package. External tool: https://www.b4x.com/android/forum/threads/b4jpackager11-the-simp... Page: 1   2   3   4   5   6   7   |