I am trying to create an event in Android and when the time of the scedules event is reach, I want to display an alert box, ring and vibrate the phone. Can someone please help on this?
Thanks
I am trying to create an event in Android and when the time of
Share
From the Handler class documentation
More information can be found here. In your case it seems that you need either
postAtTimeorpostDelayed. The code would look something like