Perhaps I don't understand how to organize a cross platform project. For example, I create a new B4XPages Project in B4A. I place API keys etc in Main -> Process_Globals for obfuscation. The real work gets done in B4XMainPage.
Now I close the project and open it in B4J. B4XMainPage is still there. But Main -> Process_Globals does not contain my API keys and other obfuscated variables. Because in B4A this is in the file MyProject.b4a, and when opening from B4J the project file is MyProject.b4j
Is there some kind of #include directive where I could create an APIKeys.txt file or something and then include it in both B4A and B4J inside process globals?
Now I close the project and open it in B4J. B4XMainPage is still there. But Main -> Process_Globals does not contain my API keys and other obfuscated variables. Because in B4A this is in the file MyProject.b4a, and when opening from B4J the project file is MyProject.b4j
Is there some kind of #include directive where I could create an APIKeys.txt file or something and then include it in both B4A and B4J inside process globals?