I a’m creating an Android application in which I’m managing some remainders. I want that when a certain event occur the dialog is show, And this is not a problem from me. But I want that if the user does not make any response within two minutes the dialog automatically dismiss. How can I implement this?
I a’m creating an Android application in which I’m managing some remainders. I want
Share
Don’t forget to
alert = nullin your regular dialog dismiss code (i.e. button onClick).