Bonjour,
I 'm working on a project where there are 2 activity modules.
when i code in the module1, is it possible to call a function existing in the Module2? I cannot.
Module2.function etc.. doesn't work like in VB6.
How to do?
You can call methods of other code modules, not activities. Activities have their own life cycle.
Here is an example of two activities: Two activities example
This is also relevant: Static Code Modules