I did implement a gridview having Imageviews as its items and onClick on any of these items, a custom dialog box pops up to give a brief description of the image as seen here.
In the dialog box, there's just one button which closes the dialog box on click. However, I was wondering how the code and login would be if I were to add a second button to the dialog box and speak out the image name on click on that second button.
Thanks in advance! :-)