I have a relative layout and I have added it to horizontal scrollview. Now what I want is whenever user presses on the layout the first thing it should do is, play the tts, secondly it should play a video and thirdly it should start a timer. All the things should be done one by one. Can anyone tell me how to schedule these tasks.
Asked
Active
Viewed 35 times
1 Answers
0
You should use proper callback to detect the completion of speech. Check this: enter link description here
and this enter link description here
for the video completion callback.