In my app, I have a listview and this listview contains two buttons.
If I click on button 1 I need to move Activity-A from my Listview If I click on button 2 I need to move Activity-B from my Listview If I click on listview I need to move Activity-c from my Listview
But my main problem is when I click on buttons listview onitem click action is performing.
How can I make separate actions for those items what I said above with some code?