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
Are you able to display list? If yes then please show that layout file holding TextView to display item in list.
layout
TextView
Try removing isTextSelectable from that TextView in that case.
Check if there is some silly mistake like I made few months ago from here:
onItemClick in ListView doesn't work