Thursday, April 21, 2011

Don't allow application to go back

Just add following code to your Screen class:

public boolean onClose() {

return false;

}

No comments:

Post a Comment