I am creating a lot of apps (Spanish Multiple Choice Part 1, Spanish Multiple Choice Part 2, Spanish Multiple Choice Part 3, etc.) by copying and pasting the same B4A Project folder over and over again (using the same source code, different assets).
As a result, I have lots of projects to manage now.
When I need to make bulk changes to all the apps I can easily delete the old .bas files and paste the new ones. In other words, managing changes to .bas files is easy.
However, the .b4a file (main) requires opening and pasting the new code below ApplicationLabel because ApplicationLabel needs to remain unique.
Instead of having
#ApplicationLabel: Spanish Multiple Choice Part 1
Can I have
#ApplicationLabel: variable
?
As a result, I have lots of projects to manage now.
When I need to make bulk changes to all the apps I can easily delete the old .bas files and paste the new ones. In other words, managing changes to .bas files is easy.
However, the .b4a file (main) requires opening and pasting the new code below ApplicationLabel because ApplicationLabel needs to remain unique.
Instead of having
#ApplicationLabel: Spanish Multiple Choice Part 1
Can I have
#ApplicationLabel: variable
?
Last edited: