This is my sample code:
public class MainActivity extends Activity { Button buttonClick; @Override protected void onCreate(Bundle savedInstanceS
Store a reference to your toast object. In your onDestroy, if the toast is not null then call cancel() on it.