Friends, In my application, a Toast message is displayed in Activity say UserActivity.class ..
This activity includes a button in which it will be redirected to the next activity in the OnClick button.
What I want is that my Toast message should be displayed in UserActivity until the user clicks the Button, if the user clicks the button, my toast message should disappear and the next action will appear.
Is it possible to do this, if so, how is it possible?
Thanks Venkatesh.
android duration toast
Venky Mar 15 2018-11-11T00: 00Z
source share