RAAAAM
RAAAAM

Reputation: 3380

is it possible to give time limit to dialog box

I am displaying String in dialog box instead of using Toast message. I want to give time limit in order to show the dialog box for certain Time limited. i am not sure how to do this in android. if there is a possible to give time limit to dialog box, pls guide me.

Upvotes: 0

Views: 525

Answers (1)

Mark Mooibroek
Mark Mooibroek

Reputation: 7696

  1. Customize the dialog using this tutorial.
  2. Then remove that button in XML
  3. Then add a handler -- this link -- and close the dialog after a certain duration.

Upvotes: 4

Related Questions