Methods Summary |
---|
public void | cleanUp()This view is going away; a hook to do cleanup.
|
public boolean | needsInput()Return true if your view needs input, so should allow the soft
keyboard to be displayed.
|
public void | onPause()This screen is no longer in front of the user.
|
public void | onResume()This screen is going to be in front of the user.
|