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 is open a new intent and then display the full resolution image based on the GridView position clicked. I'm not sure how I find out what position was clicked from the new activity/intent. Heres what I have in my main activity public class test extends Activity { /** Called when the activity is first created. */