lets say I have 3 mp4 files a.mp4,b.mp4,c.mp4. How can I dynamically click on a button and shift from one file to another in mediaplayer . Mediaplayer will play a.mp4 and onclick of a button it will stop and play b.mp4 . How can I get this functionality. I am using TextureView in place of VideoView.
Thanks