I have a custom listview adapter (Make a separate class for listview adapter) and custom Listview adapter having two button.
Now i want to access these button on my Main Activity and implement on click listener.
Please suggest me how I can do this?