Skizit
Skizit

Reputation: 44852

Images and Audio in an Alert Dialog

I'm using the following tutorial http://developer.android.com/resources/tutorials/views/hello-mapview.html in order to create a map view and plot points on to it. I have all of that done fine but now I'd like to embed an image and even audio within the Alert dialogs that pop up. Is this possible in the current context? How would I do it?

Upvotes: 0

Views: 645

Answers (1)

kgiannakakis
kgiannakakis

Reputation: 104188

You need to create a Custom Dialog.

Upvotes: 2

Related Questions