B4A Tutorial Shared Code Modules - Erel    Jun 19, 2018   (22 reactions) Edit: shared modules are still supported however more powerful options are available in newer... modules.
Shared code modules are modules (Activity, Service, Class or Static Code) that are stored... B4A Tutorial [B4X] Sharing modules and classes - Erel    Jul 18, 2018   (8 reactions) In newer versions of B4A, B4J and B4i it is simple to share code modules between projects.../threads/b4x-modules-files-groups-and-folders.86587 In B4J and B4i there are 2 types of modules: Code modules (also named static code module) and class modules. Code modules are more or less the same as class modules with exactly one instance (singletons). In B4A there are 4 types of modules: Activities, services, static code modules and classes. Activities and services are mapped to native... B4J Question Did I miss something? Shared Modules - (Deprecated Do Not Use)? - Mashiane    Sep 8, 2025 Hi Fam
166649
I've borrowed my sons laptop as mine broke. So Im setting up and... Shared Modules...
So do I have to put my shared modules on Additional Libraries folder?
Thanks... B4A Tutorial ✅ Retrieving 2 JSON data feeds from an online server - Shared module with B4i - Peter Simpson    Apr 14, 2020   (14 reactions) pasted into a B4i layout file, you can also place the code module into a shared folder as B4A and B4i both use the exact same shared code module. I'm not sure how long the JSON feed will stay up... B4i Tutorial ? Retrieving 2 JSON data feeds from an online server - Shared module with B4A - Peter Simpson    Apr 14, 2020   (6 reactions) pasted into a B4A layout file, you can also place the code module into a shared folder as B4i and B4A both use the exact same shared code module. I'm not sure how long the JSON feed will stay up... Games [XUI2D] Cross platform tips - Erel    Dec 19, 2018   (17 reactions)   tags: b4x folder structure with the B4J implementation. The development cycle in B4J is much faster. Code modules We want to share all the game modules between the different platforms. There are two types of modules: - The game modules. These are the most important modules and these modules must be shared between the three platforms... we have a folder for each platform. The shared modules are stored here. There is also a shared files... module: #CustomBuildAction: folders ready, %WINDIR%\System32\Robocopy.exe,"..\..\Shared Files... B4A Question B4XPages - shared project modules - LucaMs    Jan 9, 2021   (1 reaction) I posted a simple B4XPages example for an our friend. From within the environment I also created a s... Wish Multiple folders AdditionLibraries/SharedModules paths - udg    Jun 7, 2018 Hi all,
what do you think if those paths would allow multiple folders?
I'd like to organize Modules in a way where B4X classes are kept separate from B4J/B4A specific ones.
Another roption... Wish Shared Modules Path - Robert Valentino    Dec 12, 2017 I wish that the Shared Modules Path was a Path String
C:\MySharedModules\Database;C:\MySharedModules\Grid;...
So that I did not have to lump all my code into one shared module directory
BobVal... Wish "Additional Libraries" and "Shared Modules" per project or as relative paths to the project folder - Erel (first post)    Aug 20, 2023
There is any workaround for libraries too?
No. Libraries are supposed to be centralized.
You can r... Page: 1   2   3   4   5   6   |