I\'ve a ListView where every element in the list contains a TextView and two different Buttons. Something like this:
ListView
ListView ------------------
easy, just implement the OnClickListener for these two buttons, and get the position that you get from getView(), make sure you set the position to final in order to get it in OnClickListener
OnClickListener
getView()
final