indraja machani
indraja machani

Reputation: 679

play next or previous video in android

How to play next or previous videos on click of next and previous buttons? How to implement the functionality? I am showing the gridview of videos from mediastore.I am able to launch them but I want to play the next or previous videos on click of next or prev buttons.I am able to click on the buttons and I am getting prints also.But I am not getting How to implement the functionality. Can anyone please help me.Thanks in advance.

Upvotes: 1

Views: 372

Answers (2)

Piyush
Piyush

Reputation: 2609

Create List of video urls. On Pressing next get url of next position and load video and reverse for previous.

Upvotes: 1

NickF
NickF

Reputation: 5737

You can save the videos by their id or name or something in parameters. And at onClick start pass these parameters to the player.

Upvotes: 2

Related Questions