How can I bind a class method to an array element? (the array is designed as an ArrayAdapter), i.e. There is a list on the screen, how to bind to each button (array element) one of the methods that I defined in the class.
- oneDo you want to make different actions when clicking on different items? Describe your task in more detail, in the current form it is very difficult to understand exactly what you need. Not your understanding of how to solve a problem, but the problem itself, which you cannot solve, because it seems that you are doing something wrong. - pavlofff
|