I have one class which is calling other classes, this class is my main. Is it possible to get somehow instance of this main class, that in others classes i could call main class methods ?
If yes so how this should be done in android with java?
Thanks.