Skip to content Skip to sidebar Skip to footer

Display Image Based On Gridview Selection From Previous Activity

I currently have a working gridview displaying some thumbnails. Currently, when you select an image it will save a larger resolution of the image as a wallpaper. What I want to do

Solution 1:

In your event handler (the OnItemClickListener), you can get the resource ID of the image as mThumbs[position]. Add this as an extra to the Intent you use to start your FullView Activity.


Post a Comment for "Display Image Based On Gridview Selection From Previous Activity"