Android gridview open image in foreground
- by mkirank
I am able to create a grid view layout as shown Here
when a image is clicked I would like to bring that image to the foreground (full screen) for 2 seconds and then go back to the grid layout.
Can you please point me to the appropriate examples/docs or pointers on how to do this .
Thanks