How do I get separate Row Multi Textview on click event in Android?
Asked
Active
Viewed 65 times
-4

Patrick Trentin
- 7,126
- 3
- 23
- 40
-
1Possible duplicate of [How to handle the click event in Listview in android?](http://stackoverflow.com/questions/17851687/how-to-handle-the-click-event-in-listview-in-android) – Destrif Jun 17 '16 at 09:38
-
you can not have separate click event for each row on listview..!! And if i have understood wrong please elaborate the question..!! – Janki Gadhiya Jun 17 '16 at 10:20
1 Answers
0
You might have created the custom adapter for the list view Assuming you are using the viewholder pattern then you can set the click event in adapter

Swanand Keskar
- 1,023
- 1
- 13
- 27