In this ListView is not clickable, I want to perform an action on item click but I do not know why this is not clickable, I have also checked in debugging the controller is
Ok you have a button in there. In your list_item xml put android:descendantFocusability="blocksDescendants" in the LinearLayout or RelativeLayout you have.