My app has a list view and 2 buttons, send and delete. I need to select one item of a list view and then, depends of the next button pressed, the item will change its background and text color.
I've done it using OnItemClickListener, changing the color of the item pressed and saving its view to change it later. But it doesnt work, because when I scroll the list view, there are more views with their color changed!
The question is: How can I save a view of a ListView to change it whenever I want?
Thanks, I've read Programmatically select item ListView in Android and other questions but they dont help me in a 100%
P.D: Sorry for my english