This is a gridview that get image from json. and it works fine. I want to click image in this gridview to show full image and can slide it. I find the solution of this probl
First of all you have to implement ImageAdapter class' method getItem(int position) to return the item at "position" in MyArr.
Next, in click listener, you can do something like