First of all you can get the active screen using the instruction:
UiApplication.getUiApplication.getActiveScreen();
Once you have the screen object you can call on it the method:
getScreenBelow()
you will get the screen object below. Generally you can move along the stack using also the method
getScreenAbove()
used together with the previous getScreenBelow method.
Nessun commento:
Posta un commento