Android Question Memory vars and Libs

kepler

Active Member
Licensed User
Longtime User
Hi,

I've got only these few questions, if I may:

1) When we declare several variables in diferent code modules in a project, are they loaded to memory as soon as the program starts?

2) If we compile the project to a library, how do we access the code modules routines? Inside the project is, for example, Module1.Function1(parameters).

3) In this last case of compiling to lib, is the xml file generated?

4) Nothing to do with this subject: Can I make a string equal to, for example, "Value = " & n, where n is an integer?

Sorry...

Kind regards,

Kepler
 
Top