I am developing an application in which I want to show videos. Here my requirement is, I should be able to play video for while (say video A for 2 min) then I will switch to video B for another 15 seconds and then again I will switch back to video A. But whenever I switch back to video A, it should start from where it was stopped previously.
My questions are
- How can I achieve the switching between video?
- How can achieve the tagging for the video A for resuming from the previously paused time?