My problem:
I have a class which is global to the Project (named Glob), with same common framework stuff in it.
Now, Glob in turn houses some other objects, some of them containing code which handles panels and other GUI components. This means that I can't dim Glob in Globals in the Main activity.
Where do I put such code for it to work, without having to put everything in Main activity?
I have a class which is global to the Project (named Glob), with same common framework stuff in it.
Now, Glob in turn houses some other objects, some of them containing code which handles panels and other GUI components. This means that I can't dim Glob in Globals in the Main activity.
Where do I put such code for it to work, without having to put everything in Main activity?