Skip to content Skip to sidebar Skip to footer

Toast Message In Android

Friends, In my application Toast message is Displayed in Activity say UserActivity.class.. That activity includes a button, in which it will Redirect to next Activity in OnClick of

Solution 1:

This is quite simple. Just call the cancel method on your ToastMessage as soon as you don't want to show the ToastMessage anymore. Refer Toast cancel()


Post a Comment for "Toast Message In Android"