Hi,
I have a public class with my public variables.
In iOS I have the same...
Public MyVar as Map
When I use in the first Activity.. is Ok.
But if I call this variable from other Activity, is not initialized, but yes.. It has been previously initialized in another activity and already has values.
This variable must be filled in each activity? Can it not be really global?
Or am I doing it wrong?
In b4i, it works fine this way.
I have a public class with my public variables.
In iOS I have the same...
Public MyVar as Map
When I use in the first Activity.. is Ok.
But if I call this variable from other Activity, is not initialized, but yes.. It has been previously initialized in another activity and already has values.
This variable must be filled in each activity? Can it not be really global?
Or am I doing it wrong?
In b4i, it works fine this way.