0

I am showing a popup with grid view of images and I am trying to do some work when user clicks on any of image of grid view. However, I can't get the onClick event of gridview.

Any ideas?

Brian Webster
  • 30,033
  • 48
  • 152
  • 225
Akhil
  • 13
  • 3

1 Answers1

0

In your getView() method for rendering the images, call setOnClickListener for each ImageView and it should work.

Carnal
  • 21,744
  • 6
  • 60
  • 75