Maximus
Maximus

Reputation: 285

Displaying a video in a dialog

Is it possible to display a video in a pop up dialog in android ?

For example, If I share a video with somebody before that I want a preview of what I am sharing. So I need to check/play that video in the pop up dialog. Please guide me as to which apis to look for in android regarding this.

Upvotes: 4

Views: 1809

Answers (1)

ravuya
ravuya

Reputation: 8766

The VideoView view is what is usually used to display video. You'd use this view in a custom dialog box.

Upvotes: 1

Related Questions