Click is not working on the Listitem Listview android
The first thing what you have to note here is, whenever there are Clickable elements like Buttons or ImageButtons present in your ListView element, they take the control of click events. And so your ListView won’t get the chance to accept the click event. What you simply have to do is, set the focusable attribute … Read more