Thursday, April 15, 2010

How to go to previous screen in Blackberry

>>---You can do this by writing this metod.

public boolean onClose()
{
UiApplication.getUiApplication().popScreen(getScreen());
return true;
}

1 comment:

  1. Hi Aman, this is ganesh , i am implementing indian rummy game . i have a problem on cards navigation. plz help me

    ReplyDelete