I am trying to build an app in which I want to trigger a video using timer, i.e. similar to alarm instead of alarm pop-up(with snooze & dismiss option) with music, i want my app to open the video page.
Please suggest me how to proceed.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It’s not possible to have an application start at a specific time. Apps can only be started in direct response to a user interaction.
There should be no problem in calling play on a mediaelement when a time (countdown) fires (expires). What specific problems have you had.