Access ListView adapter Button on Main Activity

663 views Asked by At

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?

0

There are 0 answers