Tuesday, March 1, 2011

Go to previous screen(s)

//We have screens A -> B -> C

//Current screen is C

//Go to previous screen (B)

UiApplication.getUiApplication().popScreen(this);


//Go to screen A

UiApplication.getUiApplication().popScreen(UiApplication.getUiApplication().getActiveScreen());

No comments:

Post a Comment