I have a custom ListView with two button and I when I click either button on any row I want to get the text label on the Listview and for now just popup a toast with it. So far
simply use getItem() and pass the position Ex:getItem(position).getID() here getID() method is getter method
getItem(position).getID()