SyntaxFix
Write A Post
Hire A Developer
Questions
I assume you have defined custom adapter for your ListView.
If this is the case then you can assign onClickListener for your button inside the custom adapter's getView() method.
onClickListener
getView()