How to add an event to handle a Gridview row click?
Asked
Viewed 38 times
2
How I can handle the event of clicking on a Android gridview Row?
If I can understand, what you are looking for is: http://stackoverflow.com/a/13810158/4532547 which tells you how to handle using Motionevent + "onTouchListener".
If I can understand, what you are looking for is: http://stackoverflow.com/a/13810158/4532547 which tells you how to handle using Motionevent + "onTouchListener".
– Carlos Bridi